Home
last modified time | relevance | path

Searched refs:vlan_count (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/netgraph/
H A Dng_vlan.c259 int i, vlan_count; in ng_vlan_rcvmsg() local
381 vlan_count = 0; in ng_vlan_rcvmsg()
385 vlan_count ++; in ng_vlan_rcvmsg()
390 vlan_count * sizeof(*t->filter), M_NOWAIT); in ng_vlan_rcvmsg()
/freebsd/sys/net/
H A Dif_vf_status.h115 uint32_t vlan_count; member
/freebsd/sys/dev/e1000/
H A Dif_igb_iov.c82 u16 vlan_count; member
435 if (vf->vlan_count != 0) in igb_iov_configure_vmolr()
466 if (hw->mac.type == e1000_82576 && vf->vlan_count != 0) in igb_iov_configure_vmolr()
476 igb_iov_configure_dvmolr(sc, vf->pool, vf->vlan_count != 0, in igb_iov_configure_vmolr()
1015 vf->vlan_count++; in igb_iov_set_vlan()
1018 vf->vlan_count--; in igb_iov_set_vlan()
1045 vf->vlan_count = 0; in igb_iov_reset_vf_state()
1054 vf->vlan_count = 1; in igb_iov_reset_vf_state()
2044 info->vlan_count = vf->vlan_count; in igb_if_vf_status()
/freebsd/lib/libifconfig/
H A Dlibifconfig_nl.c215 dst->vlan_count = src->vlan_count; in ifconfig_copy_vf()
H A Dlibifconfig.h269 uint32_t vlan_count; member
/freebsd/sbin/ifconfig/
H A Difvfstatus.c256 printf(" filters=%u", vf->vlan_count); in vf_status()
/freebsd/sys/netlink/
H A Dnetlink_snl_route_parsers.h216 uint32_t vlan_count; member
423 .arg = _SNL_VF_ARG(IFLAF_VF_VLAN_COUNT, vlan_count),
/freebsd/sys/dev/ixl/
H A Dif_ixl.c2059 info->vlan_count = vf->vsi.num_vlans; in ixl_if_vf_status()
2067 info->vlan_count = 1; in ixl_if_vf_status()
/freebsd/sys/dev/oce/
H A Doce_mbox.c2070 sc->max_vlans = HOST_16(nic_desc->vlan_count); in oce_get_profile_config()
2169 sc->max_vlans = nic_desc->vlan_count; in oce_get_func_config()
H A Doce_hw.h2100 uint16_t vlan_count; member
/freebsd/sys/netlink/route/
H A Diface.c762 vf->vlan_count) && in dump_vf_entry()
/freebsd/sys/dev/ixgbe/
H A Dif_sriov.c1822 info->vlan_count = vf->num_vlans; in ixgbe_if_vf_status()
/freebsd/sys/dev/ice/
H A Dice_iov.c730 info->vlan_count = vf->vlan_cnt; in ice_iov_vf_status()