Searched refs:crcstrip (Results 1 – 8 of 8) sorted by relevance
31 u8 crcstrip; member
713 { I40E_HMC_STORE(i40e_hmc_obj_rxq, crcstrip), 1, 117 },
366 uint8_t crcstrip) in i40e_pf_host_hmc_config_rxq() argument395 rx_ctx.crcstrip = crcstrip; in i40e_pf_host_hmc_config_rxq()
125 rx_ctx.crcstrip = 0; in i40e_fdir_rx_queue_init()
2862 rx_ctx.crcstrip = (rxq->crc_len == 0) ? 1 : 0; in i40e_rx_queue_init()
294 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()
908 u8 crcstrip; member
1065 ICE_CTX_STORE(ice_rlan_ctx, crcstrip, 1, 117),