/freebsd/sys/dev/igc/ |
H A D | igc_txrx.c | 97 cur = txr->tx_rsq[rs_cidx]; in igc_dump_rs() 104 cur = txr->tx_rsq[rs_cidx]; in igc_dump_rs() 314 txr->tx_rsq[txr->tx_rs_pidx] = pidx_last; in igc_isc_txd_encap() 356 cur = txr->tx_rsq[rs_cidx]; in igc_isc_txd_credits_update() 382 cur = txr->tx_rsq[rs_cidx]; in igc_isc_txd_credits_update()
|
H A D | if_igc.h | 224 qidx_t *tx_rsq; member
|
H A D | if_igc.c | 2029 if (!(txr->tx_rsq = (qidx_t *) malloc(sizeof(qidx_t) * in igc_if_tx_queues_alloc() 2037 txr->tx_rsq[j] = QIDX_INVALID; in igc_if_tx_queues_alloc() 2106 if (txr->tx_rsq == NULL) in igc_if_queues_free() 2109 free(txr->tx_rsq, M_DEVBUF); in igc_if_queues_free() 2110 txr->tx_rsq = NULL; in igc_if_queues_free()
|
/freebsd/sys/dev/ice/ |
H A D | ice_iflib_txrx.c | 185 txq->tx_rsq[txq->tx_rs_pidx] = pidx_last; 260 cur = txq->tx_rsq[rs_cidx]; in ice_ift_rxd_available() 282 cur = txq->tx_rsq[rs_cidx];
|
H A D | if_ice_iflib.c | 1050 if (!(txq->tx_rsq = in ice_if_tx_queues_alloc() 1058 txq->tx_rsq[j] = QIDX_INVALID; in ice_if_tx_queues_alloc() 1095 if (txq->tx_rsq != NULL) { in ice_if_tx_queues_alloc() 1096 free(txq->tx_rsq, M_ICE); in ice_if_tx_queues_alloc() 1097 txq->tx_rsq = NULL; in ice_if_tx_queues_alloc() 1216 if (txq->tx_rsq != NULL) { in ice_if_queues_free() 1217 free(txq->tx_rsq, M_ICE); in ice_if_queues_free() 1218 txq->tx_rsq = NULL; in ice_if_queues_free() 1980 txq->tx_rsq[j] = QIDX_INVALID; in ice_init_tx_tracking() 3976 if (!(txq->tx_rsq = in ice_subif_if_tx_queues_alloc() [all …]
|
H A D | ice_iflib.h | 158 qidx_t *tx_rsq; 159 qidx_t *tx_rsq; global() member
|
/freebsd/sys/dev/e1000/ |
H A D | em_txrx.c | 108 cur = txr->tx_rsq[rs_cidx]; in em_dump_rs() 115 cur = txr->tx_rsq[rs_cidx]; in em_dump_rs() 453 txr->tx_rsq[txr->tx_rs_pidx] = pidx_last; in em_isc_txd_encap() 500 cur = txr->tx_rsq[rs_cidx]; in em_isc_txd_credits_update() 530 cur = txr->tx_rsq[rs_cidx]; in em_isc_txd_credits_update()
|
H A D | igb_txrx.c | 286 txr->tx_rsq[txr->tx_rs_pidx] = pidx_last; in igb_isc_txd_encap() 328 cur = txr->tx_rsq[rs_cidx]; in igb_isc_txd_credits_update() 354 cur = txr->tx_rsq[rs_cidx]; in igb_isc_txd_credits_update()
|
H A D | if_em.h | 388 qidx_t *tx_rsq; member
|
H A D | if_em.c | 3533 if (!(txr->tx_rsq = in em_if_tx_queues_alloc() 3542 txr->tx_rsq[j] = QIDX_INVALID; in em_if_tx_queues_alloc() 3612 if (txr->tx_rsq == NULL) in em_if_queues_free() 3615 free(txr->tx_rsq, M_DEVBUF); in em_if_queues_free() 3616 txr->tx_rsq = NULL; in em_if_queues_free()
|
/freebsd/sys/dev/ixgbe/ |
H A D | ix_txrx.c | 237 txr->tx_rsq[txr->tx_rs_pidx] = pidx_last; in ixgbe_isc_txd_encap() 283 cur = txr->tx_rsq[rs_cidx]; in ixgbe_isc_txd_credits_update() 310 cur = txr->tx_rsq[rs_cidx]; in ixgbe_isc_txd_credits_update()
|
H A D | if_ixv.c | 273 if (!(txr->tx_rsq = (qidx_t *)malloc(sizeof(qidx_t) * in ixv_if_tx_queues_alloc() 279 txr->tx_rsq[j] = QIDX_INVALID; in ixv_if_tx_queues_alloc() 366 if (txr->tx_rsq == NULL) in ixv_if_queues_free() 369 free(txr->tx_rsq, M_DEVBUF); in ixv_if_queues_free() 370 txr->tx_rsq = NULL; in ixv_if_queues_free() 1270 txr->tx_rsq[k] = QIDX_INVALID; in ixv_initialize_transmit_units()
|
H A D | ixgbe.h | 266 qidx_t *tx_rsq; member
|
H A D | if_ix.c | 484 txr->tx_rsq = (qidx_t *)malloc(sizeof(qidx_t) * in ixgbe_if_tx_queues_alloc() 486 if (txr->tx_rsq == NULL) { in ixgbe_if_tx_queues_alloc() 491 txr->tx_rsq[j] = QIDX_INVALID; in ixgbe_if_tx_queues_alloc() 578 if (txr->tx_rsq == NULL) in ixgbe_if_queues_free() 581 free(txr->tx_rsq, M_IXGBE); in ixgbe_if_queues_free() 582 txr->tx_rsq = NULL; in ixgbe_if_queues_free() 857 txr->tx_rsq[k] = QIDX_INVALID; in ixgbe_initialize_transmit_units()
|
/freebsd/sys/dev/ixl/ |
H A D | ixl_txrx.c | 403 txr->tx_rsq[txr->tx_rs_pidx] = pidx_last; in ixl_isc_txd_encap() 502 cur = txr->tx_rsq[rs_cidx]; in ixl_isc_txd_credits_update_dwb() 532 cur = txr->tx_rsq[rs_cidx]; in ixl_isc_txd_credits_update_dwb() 800 txr->tx_rsq[j] = QIDX_INVALID; in ixl_init_tx_rsqs()
|
H A D | if_ixl.c | 1238 if (!(txr->tx_rsq = malloc(sizeof(qidx_t) * scctx->isc_ntxd[0], M_IXL, M_NOWAIT))) { in ixl_if_tx_queues_alloc() 1245 txr->tx_rsq[j] = QIDX_INVALID; in ixl_if_tx_queues_alloc() 1315 if (txr->tx_rsq != NULL) { in ixl_if_queues_free() 1316 free(txr->tx_rsq, M_IXL); in ixl_if_queues_free() 1317 txr->tx_rsq = NULL; in ixl_if_queues_free()
|
H A D | ixl.h | 338 qidx_t *tx_rsq; member
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_txrx_iflib.c | 390 txr->tx_rsq[txr->tx_rs_pidx] = pidx_last; in iavf_isc_txd_encap() 525 cur = txr->tx_rsq[rs_cidx]; in iavf_isc_txd_credits_update_dwb() 550 cur = txr->tx_rsq[rs_cidx]; in iavf_isc_txd_credits_update_dwb()
|
H A D | if_iavf_iflib.c | 992 if (!(txr->tx_rsq = (qidx_t *)malloc(sizeof(qidx_t) * scctx->isc_ntxd[0], M_IAVF, M_NOWAIT))) { in iavf_if_tx_queues_alloc() 999 txr->tx_rsq[j] = QIDX_INVALID; in iavf_if_tx_queues_alloc() 1095 if (txr->tx_rsq != NULL) { in iavf_if_queues_free() 1096 free(txr->tx_rsq, M_IAVF); in iavf_if_queues_free() 1097 txr->tx_rsq = NULL; in iavf_if_queues_free() 1857 txr->tx_rsq[j] = QIDX_INVALID; in iavf_init_tx_rsqs()
|
H A D | iavf_iflib.h | 149 qidx_t *tx_rsq; member
|