Searched defs:olinfo_status (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/dev/pci/ixgbe/ |
H A D | ix_txrx.c | 420 u32 olinfo_status = 0, cmd_type_len; in ixgbe_xmit() local 829 u32 *cmd_type_len, u32 *olinfo_status) in ixgbe_tx_ctx_setup() 993 u32 *olinfo_status) in ixgbe_tso_setup()
|
H A D | ixgbe_type.h | 3362 __le32 olinfo_status; member
|
/netbsd-src/sys/dev/pci/igc/ |
H A D | igc_base.h | 28 uint32_t olinfo_status; member
|
H A D | if_igc.c | 1723 uint32_t ctx_cmd_type_len = 0, olinfo_status = 0; in igc_tx_common_locked() local 3179 igc_tx_ctx_setup(struct tx_ring * txr,struct mbuf * mp,int prod,uint32_t * cmd_type_len,uint32_t * olinfo_status) igc_tx_ctx_setup() argument 3343 igc_tso_setup(struct tx_ring * txr,struct mbuf * mp,int prod,uint32_t * cmd_type_len,uint32_t * olinfo_status) igc_tso_setup() argument [all...] |