Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_lan_hmc.h31 u8 crcstrip; member
H A Di40e_lan_hmc.c713 { I40E_HMC_STORE(i40e_hmc_obj_rxq, crcstrip), 1, 117 },
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_pf.c366 uint8_t crcstrip) in i40e_pf_host_hmc_config_rxq() argument
395 rx_ctx.crcstrip = crcstrip; in i40e_pf_host_hmc_config_rxq()
H A Di40e_fdir.c125 rx_ctx.crcstrip = 0; in i40e_fdir_rx_queue_init()
H A Di40e_rxtx.c2862 rx_ctx.crcstrip = (rxq->crc_len == 0) ? 1 : 0; in i40e_rx_queue_init()
/f-stack/dpdk/drivers/net/ice/
H A Dice_rxtx.c294 rx_ctx.crcstrip = (rxq->crc_len == 0) ? 1 : 0; in ice_program_hw_rx_queue()
718 rx_ctx.crcstrip = (rxq->crc_len == 0) ? 1 : 0; in ice_fdir_program_hw_rx_queue()
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_lan_tx_rx.h908 u8 crcstrip; member
H A Dice_common.c1065 ICE_CTX_STORE(ice_rlan_ctx, crcstrip, 1, 117),