Searched refs:IXGBE_FCTRL_SBP (Results 1 – 3 of 3) sorted by relevance
801 fctrl |= IXGBE_FCTRL_SBP; in rte_pmd_ixgbe_upd_fctrl_sbp()803 fctrl &= ~(IXGBE_FCTRL_SBP); in rte_pmd_ixgbe_upd_fctrl_sbp()
324 fctrl &= ~IXGBE_FCTRL_SBP; /* disable store-bad-packets */ in set_rx_mode()
2620 #define IXGBE_FCTRL_SBP 0x00000002 /* Store Bad Packet */ macro