Home
last modified time | relevance | path

Searched refs:IXGBE_FCTRL_SBP (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/ixgbe/
H A Drte_pmd_ixgbe.c801 fctrl |= IXGBE_FCTRL_SBP; in rte_pmd_ixgbe_upd_fctrl_sbp()
803 fctrl &= ~(IXGBE_FCTRL_SBP); in rte_pmd_ixgbe_upd_fctrl_sbp()
H A Dixgbe_pf.c324 fctrl &= ~IXGBE_FCTRL_SBP; /* disable store-bad-packets */ in set_rx_mode()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_type.h2620 #define IXGBE_FCTRL_SBP 0x00000002 /* Store Bad Packet */ macro