Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_lan_hmc.h34 u8 l2tsel; member
H A Di40e_lan_hmc.c707 { I40E_HMC_STORE(i40e_hmc_obj_rxq, l2tsel), 1, 119 },
H A Di40e_virtchnl_pf.c776 rx_ctx.l2tsel = 1; in i40e_config_vsi_rx_queue()
H A Di40e_main.c3639 rx_ctx.l2tsel = 1; in i40e_configure_rx_ring()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_lib.h126 void ice_vsi_update_l2tsel(struct ice_vsi *vsi, enum ice_l2tsel l2tsel);
H A Dice_lib.c4040 * ice_vsi_update_l2tsel - update l2tsel field for all Rx rings on this VSI
4041 * @vsi: VSI used to update l2tsel on
4042 * @l2tsel: l2tsel setting requested
4044 * Use the l2tsel setting to update all of the Rx queue context bits for l2tsel.
4048 void ice_vsi_update_l2tsel(struct ice_vsi *vsi, enum ice_l2tsel l2tsel) in ice_vsi_update_l2tsel()
4054 if (l2tsel == ICE_L2TSEL_EXTRACT_FIRST_TAG_L2TAG2_2ND) in ice_vsi_update_l2tsel()
4046 ice_vsi_update_l2tsel(struct ice_vsi * vsi,enum ice_l2tsel l2tsel) ice_vsi_update_l2tsel() argument
H A Dice_common.c1433 ICE_CTX_STORE(ice_rlan_ctx, l2tsel, 1, 119),