Home
last modified time | relevance | path

Searched refs:crcstrip (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/sys/dev/ixl/
HDi40e_lan_hmc.h60 u8 crcstrip; member
HDixl_pf_iflib.c592 rctx.crcstrip = 1; in ixl_initialize_vsi()
HDi40e_lan_hmc.c742 { I40E_HMC_STORE(i40e_hmc_obj_rxq, crcstrip), 1, 117 },
HDixl_pf_iov.c647 rxq.crcstrip = 1; in ixl_vf_config_rx_queue()
/freebsd-14-stable/sys/dev/ice/
HDice_lan_tx_rx.h830 u8 crcstrip; member
HDice_common.c1434 ICE_CTX_STORE(ice_rlan_ctx, crcstrip, 1, 117),
HDice_lib.c1732 rlan_ctx.crcstrip = 1; in ice_setup_rx_ctx()
/freebsd-14-stable/sys/dev/ixgbe/
HDif_ix.c3143 ixgbe_if_crcstrip_set(if_ctx_t ctx, int onoff, int crcstrip) in ixgbe_if_crcstrip_set() argument
3167 if (onoff && !crcstrip) { in ixgbe_if_crcstrip_set()