Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/i40e/
Di40e_lan_hmc.h30 u8 crcstrip; member
Di40e_lan_hmc.c708 { I40E_HMC_STORE(i40e_hmc_obj_rxq, crcstrip), 1, 117 },
Di40e_virtchnl_pf.c738 rx_ctx.crcstrip = 1; in i40e_config_vsi_rx_queue()
Di40e_main.c3630 rx_ctx.crcstrip = 1; in i40e_configure_rx_ring()
/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_base.c446 rlan_ctx.crcstrip = !(ring->flags & ICE_RX_FLAGS_CRC_STRIP_DIS); in ice_setup_rx_ctx()
Dice_lan_tx_rx.h457 u8 crcstrip; member
Dice_common.c1443 ICE_CTX_STORE(ice_rlan_ctx, crcstrip, 1, 117),