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

/freebsd-11.0-release/sys/dev/oce/
H A Doce_mbox.c2036 struct oce_nic_resc_desc *nic_desc = NULL; local
2088 nic_desc = (struct oce_nic_resc_desc *) fwcmd->params.rsp.resources;
2091 if ((nic_desc->desc_type == NIC_RESC_DESC_TYPE_V0) ||
2092 (nic_desc->desc_type == NIC_RESC_DESC_TYPE_V1)) {
2096 nic_desc = (struct oce_nic_resc_desc *) \
2097 ((char *)nic_desc + nic_desc->desc_len);
2104 sc->max_vlans = HOST_16(nic_desc->vlan_count);
2105 sc->nwqs = HOST_16(nic_desc->txq_count);
2111 sc->nrssqs = HOST_16(nic_desc
2135 struct oce_nic_resc_desc *nic_desc = NULL; local
[all...]

Completed in 50 milliseconds