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

/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt.h363 uint16_t max_tx_rings; member in struct:bnxt_func_info
396 uint16_t max_tx_rings; member in struct:bnxt_vf_info
H A Dbnxt_hwrm.c441 func->max_tx_rings = le16toh(resp->max_tx_rings);
445 func->max_hw_ring_grps = func->max_tx_rings;
H A Dhsi_struct_def.h6395 uint16_t max_tx_rings; member in struct:hwrm_func_qcaps_output
6479 * number of TX rings that can be allocated (max_tx_rings) to the
[all...]
/freebsd-11-stable/sys/dev/oce/
H A Doce_mbox.c542 sc->max_tx_rings = HOST_32(fwcmd->params.rsp.ulp[0].nic_wq_tot);
545 sc->max_tx_rings = HOST_32(fwcmd->params.rsp.ulp[1].nic_wq_tot);
H A Doce_if.h851 uint32_t max_tx_rings; member in struct:oce_softc

Completed in 515 milliseconds