Home
last modified time | relevance | path

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

/trueos/sys/dev/oce/
HDoce_mbox.c2037 struct oce_nic_resc_desc *nic_desc = NULL; in oce_get_profile_config() local
2089 nic_desc = (struct oce_nic_resc_desc *) fwcmd->params.rsp.resources; in oce_get_profile_config()
2092 if ((nic_desc->desc_type == NIC_RESC_DESC_TYPE_V0) || in oce_get_profile_config()
2093 (nic_desc->desc_type == NIC_RESC_DESC_TYPE_V1)) { in oce_get_profile_config()
2097 nic_desc = (struct oce_nic_resc_desc *) \ in oce_get_profile_config()
2098 ((char *)nic_desc + nic_desc->desc_len); in oce_get_profile_config()
2105 sc->max_vlans = HOST_16(nic_desc->vlan_count); in oce_get_profile_config()
2106 sc->nwqs = HOST_16(nic_desc->txq_count); in oce_get_profile_config()
2112 sc->nrssqs = HOST_16(nic_desc->rssq_count); in oce_get_profile_config()
2136 struct oce_nic_resc_desc *nic_desc = NULL; in oce_get_func_config() local
[all …]