Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_lan_hmc.h32 u8 crcstrip; member
H A Di40e_lan_hmc.c705 { I40E_HMC_STORE(i40e_hmc_obj_rxq, crcstrip), 1, 117 },
H A Di40e_virtchnl_pf.c760 rx_ctx.crcstrip = 1; in i40e_config_vsi_rx_queue()
H A Di40e_main.c3669 rx_ctx.crcstrip = 1; in i40e_configure_rx_ring()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_lan_tx_rx.h399 u8 crcstrip; member
H A Dice_base.c416 rlan_ctx.crcstrip = !(ring->flags & ICE_RX_FLAGS_CRC_STRIP_DIS); in ice_setup_rx_ctx()
H A Dice_common.c1401 ICE_CTX_STORE(ice_rlan_ctx, crcstrip, 1, 117),