Home
last modified time | relevance | path

Searched refs:max_vlans (Results 1 – 3 of 3) sorted by relevance

/trueos/sys/dev/oce/
HDoce_mbox.c642 if (sc->vlans_added > sc->max_vlans) in oce_config_vlan()
2105 sc->max_vlans = HOST_16(nic_desc->vlan_count); in oce_get_profile_config()
2205 sc->max_vlans = nic_desc->vlan_count; in oce_get_func_config()
HDoce_if.c1769 if (sc->vlans_added <= (sc->max_vlans + 1)) in oce_add_vlan()
2369 sc->max_vlans = MAX_VLANFILTER_SIZE; in oce_get_config()
HDoce_if.h880 uint32_t max_vlans; member