Searched refs:olinfo_status (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/e1000/ |
H A D | igb_txrx.c | 86 uint32_t *olinfo_status) in igb_tso_setup() argument 101 *olinfo_status |= E1000_TXD_POPTS_IXSM << 8; in igb_tso_setup() 138 *olinfo_status |= E1000_TXD_POPTS_TXSM << 8; in igb_tso_setup() 139 *olinfo_status |= paylen << E1000_ADVTXD_PAYLEN_SHIFT; in igb_tso_setup() 151 uint32_t *olinfo_status) in igb_tx_ctx_setup() argument 161 return (igb_tso_setup(txr, pi, cmd_type_len, olinfo_status)); in igb_tx_ctx_setup() 164 *olinfo_status |= pi->ipi_len << E1000_ADVTXD_PAYLEN_SHIFT; in igb_tx_ctx_setup() 201 *olinfo_status |= E1000_TXD_POPTS_TXSM << 8; in igb_tx_ctx_setup() 207 *olinfo_status |= E1000_TXD_POPTS_TXSM << 8; in igb_tx_ctx_setup() 213 *olinfo_status |= E1000_TXD_POPTS_TXSM << 8; in igb_tx_ctx_setup() [all …]
|
H A D | e1000_base.h | 50 __le32 olinfo_status; member
|
H A D | e1000_vf.h | 124 u32 olinfo_status; member
|
/freebsd/sys/dev/igc/ |
H A D | igc_txrx.c | 123 uint32_t *olinfo_status) in igc_tso_setup() argument 137 *olinfo_status |= IGC_TXD_POPTS_IXSM << 8; in igc_tso_setup() 171 *olinfo_status |= IGC_TXD_POPTS_TXSM << 8; in igc_tso_setup() 172 *olinfo_status |= paylen << IGC_ADVTXD_PAYLEN_SHIFT; in igc_tso_setup() 184 uint32_t *olinfo_status) in igc_tx_ctx_setup() argument 193 return (igc_tso_setup(txr, pi, cmd_type_len, olinfo_status)); in igc_tx_ctx_setup() 196 *olinfo_status |= pi->ipi_len << IGC_ADVTXD_PAYLEN_SHIFT; in igc_tx_ctx_setup() 233 *olinfo_status |= IGC_TXD_POPTS_TXSM << 8; in igc_tx_ctx_setup() 239 *olinfo_status |= IGC_TXD_POPTS_TXSM << 8; in igc_tx_ctx_setup() 245 *olinfo_status |= IGC_TXD_POPTS_TXSM << 8; in igc_tx_ctx_setup() [all …]
|
H A D | igc_base.h | 22 __le32 olinfo_status; member
|
/freebsd/sys/dev/ixgbe/ |
H A D | ix_txrx.c | 82 uint32_t olinfo_status, mss_l4len_idx, pktlen, offload; in ixgbe_tx_ctx_setup() local 86 olinfo_status = mss_l4len_idx = vlan_macip_lens = type_tucmd_mlhl = 0; in ixgbe_tx_ctx_setup() 113 olinfo_status |= pktlen << IXGBE_ADVTXD_PAYLEN_SHIFT; in ixgbe_tx_ctx_setup() 119 olinfo_status |= IXGBE_TXD_POPTS_IXSM << 8; in ixgbe_tx_ctx_setup() 152 olinfo_status |= IXGBE_TXD_POPTS_TXSM << 8; in ixgbe_tx_ctx_setup() 162 return (olinfo_status); in ixgbe_tx_ctx_setup() 180 uint32_t olinfo_status, cmd, flags; in ixgbe_isc_txd_encap() local 201 olinfo_status = ixgbe_tx_ctx_setup(TXD, pi); in ixgbe_isc_txd_encap() 211 olinfo_status = pi->ipi_len << IXGBE_ADVTXD_PAYLEN_SHIFT; in ixgbe_isc_txd_encap() 214 olinfo_status |= IXGBE_ADVTXD_CC; in ixgbe_isc_txd_encap() [all …]
|
H A D | ixgbe_type.h | 3375 __le32 olinfo_status; member
|