Home
last modified time | relevance | path

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

/freebsd/sys/dev/oce/
H A Doce_mbox.c1999 struct oce_nic_resc_desc *nic_desc = NULL; in oce_get_profile_config() local
2059 nic_desc = (struct oce_nic_resc_desc *) \ in oce_get_profile_config()
2060 ((char *)nic_desc + nic_desc->desc_len); in oce_get_profile_config()
2068 sc->nwqs = HOST_16(nic_desc->txq_count); in oce_get_profile_config()
2074 sc->nrssqs = HOST_16(nic_desc->rssq_count); in oce_get_profile_config()
2097 struct oce_nic_resc_desc *nic_desc = NULL; in oce_get_func_config() local
2158 nic_desc = (struct oce_nic_resc_desc *) \ in oce_get_func_config()
2159 ((char *)nic_desc + nic_desc->desc_len); in oce_get_func_config()
2166 sc->max_vlans = nic_desc->vlan_count; in oce_get_func_config()
2167 sc->nwqs = HOST_32(nic_desc->txq_count); in oce_get_func_config()
[all …]