Searched refs:l2tsel (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_lan_hmc.h | 34 u8 l2tsel; member
|
| H A D | i40e_lan_hmc.c | 707 { I40E_HMC_STORE(i40e_hmc_obj_rxq, l2tsel), 1, 119 },
|
| H A D | i40e_virtchnl_pf.c | 776 rx_ctx.l2tsel = 1; in i40e_config_vsi_rx_queue()
|
| H A D | i40e_main.c | 3639 rx_ctx.l2tsel = 1; in i40e_configure_rx_ring()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_lib.h | 126 void ice_vsi_update_l2tsel(struct ice_vsi *vsi, enum ice_l2tsel l2tsel);
|
| H A D | ice_lib.c | 4040 * 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 D | ice_common.c | 1433 ICE_CTX_STORE(ice_rlan_ctx, l2tsel, 1, 119),
|