Searched refs:FXP_FLAG_LONG_PKT_EN (Results 1 – 2 of 2) sorted by relevance
234 #define FXP_FLAG_LONG_PKT_EN 0x0020 /* enable long packet reception */ macro
622 sc->flags |= FXP_FLAG_LONG_PKT_EN; in fxp_attach()2408 cbp->long_rx_en = sc->flags & FXP_FLAG_LONG_PKT_EN ? 1 : 0; in fxp_init_body()2942 flag = FXP_FLAG_LONG_PKT_EN; in fxp_ioctl()