Searched refs:ovlan (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_mcp.c1808 p_hwfn->mcp_info->func_info.ovlan = (u16)shmem_info.ovlan_stag &
1810 p_hwfn->hw_info.ovlan = p_hwfn->mcp_info->func_info.ovlan;
1812 (p_hwfn->hw_info.ovlan != ECORE_MCP_VLAN_UNSET)) {
1815 p_hwfn->hw_info.ovlan);
1820 p_hwfn->hw_info.ovlan);
1823 DP_VERBOSE(p_hwfn, ECORE_MSG_SP, "ovlan = %d hw_mode = 0x%x\n",
1824 p_hwfn->mcp_info->func_info.ovlan, p_hwfn->hw_info.hw_mode);
2702 info->ovlan = (u16)(shmem_info.ovlan_stag & FUNC_MF_CFG_OV_STAG_MASK);
2721 "Read configuration from shmem: pause_on_host %02x protocol %02x BW [%02x - %02x] MAC %02x:%02x:%02x:%02x:%02x:%02x wwn port %llx node %llx ovlan
[all...]
H A Decore_sp_commands.c371 OSAL_CPU_TO_LE16(p_hwfn->hw_info.ovlan);
694 p_ent->ramrod.pf_update.mf_vlan = OSAL_CPU_TO_LE16(p_hwfn->hw_info.ovlan);
H A Decore_mcp_api.h141 u16 ovlan; member in struct:ecore_mcp_function_info
H A Decore.h479 u16 ovlan; member in struct:ecore_hw_info
H A Decore_dev.c3510 p_hwfn->hw_info.ovlan);
5632 if (p_hwfn->mcp_info->func_info.ovlan != ECORE_MCP_VLAN_UNSET)
5633 p_hwfn->hw_info.ovlan =
5634 p_hwfn->mcp_info->func_info.ovlan;
/freebsd-11-stable/usr.sbin/cxgbetool/
H A Dcxgbetool.c1001 printf("ovlan ");
1019 int vnic = 0, ovlan = 0; local
1043 if (!strcmp(argv[0], "ovlan")) {
1045 ovlan++;
1061 if (vnic > 0 && ovlan > 0) {
1062 warnx("\"vnic_id\" and \"ovlan\" are mutually exclusive.");
1121 } else if (!parse_val_mask("ovlan", args, &val, &mask)) {
1281 warnx("ovlan and vnic_id (pf/vf) are mutually exclusive");
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h1080 #define VALID_OVLAN(ovlan) ((ovlan) <= 4096)
H A Dbxe.c5150 int defragged, error, nsegs, rc, nbds, vlan_off, ovlan; local
5166 rc = defragged = nbds = ovlan = vlan_off = total_pkt_size = 0;
13512 /* vnic id > 0 must have valid ovlan in switch-dependent mode */
13514 BLOGE(sc, "mf_mode=SD vnic_id=%d ovlan=%d\n",
13520 BLOGE(sc, "mf_mode=SD multi_vnics_mode=%d ovlan=%d\n",
13527 * sure that all non-hidden functions have a valid ovlan. If SF,
13528 * make sure that all non-hidden functions have an invalid ovlan.
13537 "mismatch, multi_vnics_mode=%d ovlan=%d\n",
13543 /* Verify all funcs on the same port each have a different ovlan. */
13557 "have the same ovlan (
[all...]
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dt4fw_api.h189 __be16 ovlan; member in struct:fw_filter_wr
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_filter.c672 fwr->ovlan = htobe16(f->fs.val.vnic);
/freebsd-11-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h339 __be16 ovlan; member in struct:fw_filter_wr
371 __be16 ovlan; member in struct:fw_filter2_wr

Completed in 321 milliseconds