Searched refs:l2tsel (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_lan_hmc.h | 32 u8 l2tsel; member
|
H A D | i40e_lan_hmc.c | 710 { I40E_HMC_STORE(i40e_hmc_obj_rxq, l2tsel), 1, 119 },
|
H A D | i40e_virtchnl_pf.c | 711 rx_ctx.l2tsel = 1; in i40e_config_vsi_rx_queue()
|
H A D | i40e_main.c | 3467 rx_ctx.l2tsel = 1; in i40e_configure_rx_ring()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_lan_hmc.h | 32 u8 l2tsel; member
|
H A D | i40e_lan_hmc.c | 710 { I40E_HMC_STORE(i40e_hmc_obj_rxq, l2tsel), 1, 119 },
|
H A D | i40e_virtchnl_pf.c | 766 rx_ctx.l2tsel = 1; in i40e_config_vsi_rx_queue()
|
H A D | i40e_main.c | 3652 rx_ctx.l2tsel = 1; in i40e_configure_rx_ring()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_base.c | 459 rlan_ctx.l2tsel = 1; in ice_setup_rx_ctx() 461 rlan_ctx.l2tsel = 0; in ice_setup_rx_ctx() 463 rlan_ctx.l2tsel = 1; in ice_setup_rx_ctx()
|
H A D | ice_virtchnl.c | 3384 * ice_vsi_update_l2tsel - update l2tsel field for all Rx rings on this VSI 3385 * @vsi: VSI used to update l2tsel on 3386 * @l2tsel: l2tsel setting requested 3388 * Use the l2tsel setting to update all of the Rx queue context bits for l2tsel. 3392 static void ice_vsi_update_l2tsel(struct ice_vsi *vsi, enum ice_l2tsel l2tsel) in ice_vsi_update_l2tsel() argument 3398 if (l2tsel == ICE_L2TSEL_EXTRACT_FIRST_TAG_L2TAG2_2ND) in ice_vsi_update_l2tsel() 3464 enum ice_l2tsel l2tsel = in ice_vc_ena_vlan_stripping_v2_msg() local 3475 ice_vsi_update_l2tsel(vsi, l2tsel); in ice_vc_ena_vlan_stripping_v2_msg() 3536 enum ice_l2tsel l2tsel = ice_vc_dis_vlan_stripping_v2_msg() local [all...] |
H A D | ice_lan_tx_rx.h | 458 u8 l2tsel; member
|
H A D | ice_common.c | 1444 ICE_CTX_STORE(ice_rlan_ctx, l2tsel, 1, 119),
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_base.c | 368 rlan_ctx.l2tsel = 1; in ice_setup_rx_ctx()
|
H A D | ice_lan_tx_rx.h | 395 u8 l2tsel; member
|
H A D | ice_common.c | 1220 ICE_CTX_STORE(ice_rlan_ctx, l2tsel, 1, 119),
|
Completed in 68 milliseconds