Searched refs:only_untagged (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_vf.h271 * @param only_untagged - default behavior regarding vlan acceptance
283 u8 only_untagged,
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_l2_api.h332 bool only_untagged; /* Untagged pkt control */ member in struct:ecore_sp_vport_start_params
H A Decore_vfpf_if.h393 u8 only_untagged; member in struct:vfpf_vport_start_tlv
H A Decore_vf.c1114 u8 only_untagged,
1131 req->only_untagged = only_untagged;
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_l2.c412 p_ramrod->untagged = p_params->only_untagged;
490 p_params->only_untagged,
H A Decore_sriov.c2175 u8 vf_req = start->only_untagged;
2193 params.only_untagged = vf_info->bulletin.p_virt->default_only_untagged;
H A Dqlnx_os.c6552 vport_start_params.only_untagged = 0;

Completed in 92 milliseconds