Searched refs:inner_vlan_removal (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_vf.h268 * @param inner_vlan_removal
280 u8 inner_vlan_removal,
357 static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_vport_start(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u8 OSAL_UNUSED vport_id, u16 OSAL_UNUSED mtu, u8 OSAL_UNUSED inner_vlan_removal, enum ecore_tpa_mode OSAL_UNUSED tpa_mode, u8 OSAL_UNUSED max_buffers_per_cqe, u8 OSAL_UNUSED only_untagged, u8 OSAL_UNUSED zero_placement_offset) {return ECORE_INVAL;} argument
H A Decore_sriov.h128 u8 inner_vlan_removal; member in struct:ecore_vf_shadow_config
H A Decore_vfpf_if.h391 u8 inner_vlan_removal; member in struct:vfpf_vport_start_tlv
H A Decore_vf.c1111 u8 inner_vlan_removal,
1128 req->inner_vlan_removal = inner_vlan_removal;
1108 ecore_vf_pf_vport_start(struct ecore_hwfn *p_hwfn, u8 vport_id, u16 mtu, u8 inner_vlan_removal, enum ecore_tpa_mode tpa_mode, u8 max_buffers_per_cqe, u8 only_untagged, u8 zero_placement_offset) argument
H A Decore_sriov.c2075 1 : p_vf->shadow_config.inner_vlan_removal;
2167 vf->shadow_config.inner_vlan_removal = start->inner_vlan_removal;
2182 params.remove_inner_vlan = start->inner_vlan_removal;
2981 p_vf->shadow_config.inner_vlan_removal = p_vlan_tlv->remove_vlan;

Completed in 110 milliseconds