Searched refs:ovlan (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_sp_commands.c | 369 OSAL_CPU_TO_LE16(p_hwfn->hw_info.ovlan); in ecore_sp_pf_start() 691 p_ent->ramrod.pf_update.mf_vlan = OSAL_CPU_TO_LE16(p_hwfn->hw_info.ovlan); in ecore_sp_pf_update_stag()
|
H A D | ecore_mcp.c | 1806 p_hwfn->mcp_info->func_info.ovlan = (u16)shmem_info.ovlan_stag & in ecore_mcp_update_stag() 1808 p_hwfn->hw_info.ovlan = p_hwfn->mcp_info->func_info.ovlan; in ecore_mcp_update_stag() 1810 (p_hwfn->hw_info.ovlan != ECORE_MCP_VLAN_UNSET)) { in ecore_mcp_update_stag() 1813 p_hwfn->hw_info.ovlan); in ecore_mcp_update_stag() 1818 p_hwfn->hw_info.ovlan); in ecore_mcp_update_stag() 1822 p_hwfn->mcp_info->func_info.ovlan, p_hwfn->hw_info.hw_mode); in ecore_mcp_update_stag() 2699 info->ovlan = (u16)(shmem_info.ovlan_stag & FUNC_MF_CFG_OV_STAG_MASK); in ecore_mcp_fill_shmem_func_info() 2723 (unsigned long long)info->wwn_port, (unsigned long long)info->wwn_node, info->ovlan, in ecore_mcp_fill_shmem_func_info()
|
H A D | ecore_mcp_api.h | 139 u16 ovlan; member
|
H A D | ecore.h | 478 u16 ovlan; member
|
H A D | ecore_dev.c | 3506 p_hwfn->hw_info.ovlan); in ecore_hw_init_pf() 5628 if (p_hwfn->mcp_info->func_info.ovlan != ECORE_MCP_VLAN_UNSET) in ecore_get_hw_info() 5629 p_hwfn->hw_info.ovlan = in ecore_get_hw_info() 5630 p_hwfn->mcp_info->func_info.ovlan; in ecore_get_hw_info()
|
/freebsd/usr.sbin/cxgbetool/ |
H A D | cxgbetool.c | 1028 int vnic = 0, ovlan = 0, invalid = 0; in set_filter_mode() local 1052 ovlan = 1; in set_filter_mode() 1076 if (vnic + ovlan > 1) { in set_filter_mode()
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_filter.c | 763 fwr->ovlan = htobe16(f->fs.val.vnic); in set_tcamfilter()
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | t4fw_api.h | 189 __be16 ovlan; member
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t4fw_interface.h | 338 __be16 ovlan; member 370 __be16 ovlan; member
|
/freebsd/sys/dev/bxe/ |
H A D | bxe.c | 5103 int defragged, error, nsegs, rc, nbds, vlan_off, ovlan; in bxe_tx_encap() local 5117 rc = defragged = nbds = ovlan = vlan_off = total_pkt_size = 0; in bxe_tx_encap()
|