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

/freebsd-current/sys/dev/ixl/
H A Dixl_pf_iov.c177 vf->vsi.num_tx_queues = vf->qtag.num_active;
263 for (i = 0; i < vf->vsi.num_tx_queues; i++) {
276 for (i = 0; i < vf->vsi.num_tx_queues; i++)
345 vf->vsi.num_tx_queues = 0;
542 reply.num_queue_pairs = vf->vsi.num_tx_queues;
548 reply.vsi_res[0].num_queue_pairs = vf->vsi.num_tx_queues;
676 if (info->num_queue_pairs == 0 || info->num_queue_pairs > vf->vsi.num_tx_queues) {
678 vf->vf_num, info->num_queue_pairs, vf->vsi.num_tx_queues);
698 pair->txq.queue_id >= vf->vsi.num_tx_queues) {
839 if (largest_txq >= vf->vsi.num_tx_queues) {
[all...]
H A Dixl_pf_iflib.c45 for (int i = 0; i < vsi->num_tx_queues; i++, que++) {
249 for (int i = 0; i < max(vsi->num_rx_queues, vsi->num_tx_queues); i++, vector++) {
516 for (int i = 0; i < vsi->num_tx_queues; i++, tx_que++) {
880 for (int i = 0; i < vsi->num_tx_queues; i++)
894 for (int i = 0; i < vsi->num_tx_queues; i++)
991 error = ixl_pf_qmgr_alloc_contiguous(&pf->qmgr, vsi->num_tx_queues, &pf->qtag);
H A Dixl_txrx.c787 for (i = 0, tx_que = vsi->tx_queues; i < vsi->num_tx_queues; i++, tx_que++) {
811 for (i = 0, tx_que = vsi->tx_queues; i < vsi->num_tx_queues; i++, tx_que++) {
936 for (int q = 0; q < vsi->num_tx_queues; q++) {
H A Dixl.h414 int num_tx_queues; member in struct:ixl_vsi
H A Dif_ixl.c706 vsi->num_tx_queues = vsi->shared->isc_ntxqsets;
750 max(vsi->num_rx_queues, vsi->num_tx_queues), &pf->qtag);
1313 for (i = 0, que = vsi->tx_queues; i < vsi->num_tx_queues; i++, que++) {
H A Dixl_pf_main.c4902 for (int i = 0; i < vsi->num_tx_queues; i++) {
/freebsd-current/sys/dev/iavf/
H A Diavf_vc_iflib.c69 pairs = max(vsi->num_tx_queues, vsi->num_rx_queues);
H A Diavf_lib.h230 #define IAVF_NTXQS(_vsi) ((_vsi)->num_tx_queues)
H A Diavf_iflib.h244 u16 num_tx_queues; member in struct:iavf_vsi
H A Dif_iavf_iflib.c482 vsi->num_tx_queues = vsi->shared->isc_ntxqsets;
698 for (int i = 0; i < vsi->num_tx_queues; i++, tx_que++)
1847 for (i = 0, tx_que = vsi->tx_queues; i < vsi->num_tx_queues; i++, tx_que++) {
1878 for (i = 0, tx_que = vsi->tx_queues; i < vsi->num_tx_queues; i++, tx_que++) {
1975 for (int q = 0; q < vsi->num_tx_queues; q++) {
2064 for (int i = 0; i < vsi->num_tx_queues; i++) {
/freebsd-current/sys/dev/ice/
H A Dif_ice_iflib.c918 for (i = 0; i < vsi->num_tx_queues; i++)
1094 vsi->num_tx_queues = ntxqsets;
1220 for (i = 0, txq = vsi->tx_queues; i < vsi->num_tx_queues; i++, txq++) {
1228 vsi->num_tx_queues = 0;
1609 if (vsi->num_rx_queues != vsi->num_tx_queues) {
1612 vsi->num_tx_queues, vsi->num_rx_queues);
1973 for (i = 0, txq = vsi->tx_queues; i < vsi->num_tx_queues; i++, txq++) {
2444 sc->pf_vsi.num_tx_queues);
2479 vsi->num_tx_queues);
2498 for (i = 0, txq = vsi->tx_queues; i < vsi->num_tx_queues;
[all...]
H A Dice_lib.h526 int num_tx_queues; member in struct:ice_vsi
H A Dice_iflib_txrx.c578 return (m->m_pkthdr.flowid % sc->pf_vsi.num_tx_queues);
H A Dice_lib.c487 vsi->num_tx_queues);
622 vsi->tc_info[0].qcount_tx = vsi->num_tx_queues;
721 * @pre vsi->num_tx_queues is set
772 max_txqs[0] = vsi->num_tx_queues;
1411 for (i = 0; i < vsi->num_tx_queues; i++) {
1475 for (i = 0; i < vsi->num_tx_queues; i++) {
1533 for (i = 0; i < vsi->num_tx_queues; i++) {
1622 for (i = 0; i < vsi->num_tx_queues; i++) {
4774 for (i = 0; i < vsi->num_tx_queues; i++)
6875 if (vsi->num_tx_queues > 25
[all...]
/freebsd-current/sys/dev/al_eth/
H A Dal_eth.h268 int num_tx_queues; member in struct:al_eth_adapter
H A Dal_eth.c382 adapter->num_tx_queues = AL_ETH_NUM_QUEUES;
984 for (i = 0; i < adapter->num_tx_queues; i++) {
1733 i = m->m_pkthdr.flowid % adapter->num_tx_queues;
1735 i = curcpu % adapter->num_tx_queues;
1961 for (qid = 0; qid < adapter->num_tx_queues; qid++) {
2000 msix_vecs = 1 + adapter->num_rx_queues + adapter->num_tx_queues;
2027 for (i = 0; i < adapter->num_tx_queues; i++) {
2133 for (i = 0; i < adapter->num_tx_queues; i++) {
2452 for (i = 0; i < adapter->num_tx_queues; i++)
2674 for (i = 0; i < adapter->num_tx_queues;
[all...]
/freebsd-current/sys/dev/ixgbe/
H A Dif_ixv.c246 MPASS(sc->num_tx_queues == ntxqsets);
283 sc->num_tx_queues);
356 for (i = 0; i < sc->num_tx_queues; i++, que++) {
1049 for (int i = 0; i < sc->num_tx_queues; i++) {
1227 for (i = 0; i < sc->num_tx_queues; i++, que++) {
1684 MPASS(sc->num_rx_queues == sc->num_tx_queues);
1827 for (int i = 0; i < sc->num_tx_queues; i++, tx_que++) {
H A Dixgbe.h356 #define num_tx_queues shared->isc_ntxqsets macro
H A Dif_ix.c412 MPASS(sc->num_tx_queues > 0);
413 MPASS(sc->num_tx_queues == ntxqsets);
458 sc->num_tx_queues);
528 for (i = 0; i < sc->num_tx_queues; i++, tx_que++) {
786 for (i = 0, que = sc->tx_queues; i < sc->num_tx_queues;
1630 for (i = 0, tx_que = sc->tx_queues; i < sc->num_tx_queues; i++, tx_que++) {
2123 for (int i = 0; i < sc->num_tx_queues; i++) {
3097 for (i = 0, tx_que = sc->tx_queues; i < sc->num_tx_queues; i++, tx_que++) {
3293 for (int i = 0; i < sc->num_tx_queues; i++, tx_que++) {
H A Dif_sriov.c90 for (i = 0; i < sc->num_tx_queues; i++) {
/freebsd-current/sys/dev/netmap/
H A Dnetmap_generic.c1159 nm_prdis("[GNA] num_tx_queues(%d), real_num_tx_queues(%d), len(%lu)",
1160 ifp->num_tx_queues, ifp->real_num_tx_queues,

Completed in 368 milliseconds