Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Dif_igc.c805 for (i = 0, tx_que = adapter->tx_queues; i < adapter->tx_num_queues; i++, tx_que++) { in igc_if_init()
1343 for (i = 0; i < adapter->tx_num_queues; i++, tx_que++, vector++) { in igc_if_msix_intr_assign()
1408 for (int i = 0; i < adapter->tx_num_queues; i++) { in igc_configure_queues()
1760 if (adapter->tx_num_queues == 1) { in igc_setup_interface()
1791 MPASS(adapter->tx_num_queues > 0); in igc_if_tx_queues_alloc()
1792 MPASS(adapter->tx_num_queues == ntxqsets); in igc_if_tx_queues_alloc()
1797 adapter->tx_num_queues, M_DEVBUF, M_NOWAIT | M_ZERO))) { in igc_if_tx_queues_alloc()
1802 for (i = 0, que = adapter->tx_queues; i < adapter->tx_num_queues; i++, que++) { in igc_if_tx_queues_alloc()
1824 "allocated for %d tx_queues\n", adapter->tx_num_queues); in igc_if_tx_queues_alloc()
1881 for (int i = 0; i < adapter->tx_num_queues; i++, tx_que++) { in igc_if_queues_free()
[all …]
H A Dif_igc.h338 #define tx_num_queues shared->isc_ntxqsets macro
H A Digc_txrx.c94 for (qid = 0; qid < adapter->tx_num_queues; qid++) { in igc_dump_rs()
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A Dif_em.h450 #define tx_num_queues shared->isc_ntxqsets macro
H A Dif_em.c1372 for (i = 0, tx_que = sc->tx_queues; i < sc->tx_num_queues; i++, tx_que++) {
2111 for (i = 0; i < sc->tx_num_queues; i++, tx_que++, vector++) {
2200 for (int i = 0; i < sc->tx_num_queues; i++) {
2237 for (int i = 0; i < sc->tx_num_queues; i++) {
3046 if (sc->tx_num_queues == 1) {
3087 MPASS(sc->tx_num_queues > 0);
3088 MPASS(sc->tx_num_queues == ntxqsets);
3093 sc->tx_num_queues, M_DEVBUF, M_NOWAIT | M_ZERO))) {
3098 for (i = 0, que = sc->tx_queues; i < sc->tx_num_queues; i++, que++) {
3120 "allocated for %d tx_queues\n", sc->tx_num_queues);
[all …]
H A Dem_txrx.c106 for (qid = 0; qid < sc->tx_num_queues; qid++) { in em_dump_rs()
264 sc->tx_num_queues == 1 && in em_transmit_checksum_setup()