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

/freebsd-12-stable/sys/dev/oce/
H A Doce_mbox.c2039 struct oce_nic_resc_desc *nic_desc = NULL; local
2091 nic_desc = (struct oce_nic_resc_desc *) fwcmd->params.rsp.resources;
2094 if ((nic_desc->desc_type == NIC_RESC_DESC_TYPE_V0) ||
2095 (nic_desc->desc_type == NIC_RESC_DESC_TYPE_V1)) {
2099 nic_desc = (struct oce_nic_resc_desc *) \
2100 ((char *)nic_desc + nic_desc->desc_len);
2107 sc->max_vlans = HOST_16(nic_desc->vlan_count);
2108 sc->nwqs = HOST_16(nic_desc->txq_count);
2114 sc->nrssqs = HOST_16(nic_desc
2138 struct oce_nic_resc_desc *nic_desc = NULL; local
[all...]

Completed in 105 milliseconds