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

/freebsd-current/sys/dev/ice/
H A Dice_iflib.h159 qidx_t *tx_rsq; member in struct:ice_tx_queue
H A Dice_iflib_txrx.c185 txq->tx_rsq[txq->tx_rs_pidx] = pidx_last;
260 cur = txq->tx_rsq[rs_cidx];
282 cur = txq->tx_rsq[rs_cidx];
H A Dif_ice_iflib.c1055 if (!(txq->tx_rsq =
1057 device_printf(sc->dev, "Unable to allocate tx_rsq memory\n");
1063 txq->tx_rsq[j] = QIDX_INVALID;
1100 if (txq->tx_rsq != NULL) {
1101 free(txq->tx_rsq, M_ICE);
1102 txq->tx_rsq = NULL;
1219 /* free the tx_rsq arrays */
1221 if (txq->tx_rsq != NULL) {
1222 free(txq->tx_rsq, M_ICE);
1223 txq->tx_rsq
[all...]
/freebsd-current/sys/dev/igc/
H A Digc_txrx.c99 cur = txr->tx_rsq[rs_cidx];
102 printf("qid[%d]->tx_rsq[%d]: %d clear ", qid, rs_cidx, cur);
105 cur = txr->tx_rsq[rs_cidx];
106 printf("qid[%d]->tx_rsq[rs_cidx-1=%d]: %d ", qid, rs_cidx, cur);
311 txr->tx_rsq[txr->tx_rs_pidx] = pidx_last;
349 cur = txr->tx_rsq[rs_cidx];
375 cur = txr->tx_rsq[rs_cidx];
H A Dif_igc.h272 qidx_t *tx_rsq; member in struct:tx_ring
H A Dif_igc.c1811 if (!(txr->tx_rsq = (qidx_t *) malloc(sizeof(qidx_t) * scctx->isc_ntxd[0], M_DEVBUF, M_NOWAIT | M_ZERO))) {
1817 txr->tx_rsq[j] = QIDX_INVALID;
1884 if (txr->tx_rsq == NULL)
1887 free(txr->tx_rsq, M_DEVBUF);
1888 txr->tx_rsq = NULL;
/freebsd-current/sys/dev/ixgbe/
H A Dix_txrx.c233 txr->tx_rsq[txr->tx_rs_pidx] = pidx_last;
279 cur = txr->tx_rsq[rs_cidx];
306 cur = txr->tx_rsq[rs_cidx];
H A Dif_ixv.c266 if (!(txr->tx_rsq = (qidx_t *)malloc(sizeof(qidx_t) * scctx->isc_ntxd[0], M_DEVBUF, M_NOWAIT | M_ZERO))) {
271 txr->tx_rsq[j] = QIDX_INVALID;
358 if (txr->tx_rsq == NULL)
361 free(txr->tx_rsq, M_DEVBUF);
362 txr->tx_rsq = NULL;
1253 txr->tx_rsq[k] = QIDX_INVALID;
H A Dixgbe.h266 qidx_t *tx_rsq; member in struct:tx_ring
H A Dif_ix.c436 txr->tx_rsq = (qidx_t *)malloc(sizeof(qidx_t) * scctx->isc_ntxd[0], M_IXGBE, M_NOWAIT | M_ZERO);
437 if (txr->tx_rsq == NULL) {
442 txr->tx_rsq[j] = QIDX_INVALID;
530 if (txr->tx_rsq == NULL)
533 free(txr->tx_rsq, M_IXGBE);
534 txr->tx_rsq = NULL;
809 txr->tx_rsq[k] = QIDX_INVALID;
/freebsd-current/sys/dev/e1000/
H A Dem_txrx.c111 cur = txr->tx_rsq[rs_cidx];
114 printf("qid[%d]->tx_rsq[%d]: %d clear ", qid, rs_cidx, cur);
117 cur = txr->tx_rsq[rs_cidx];
118 printf("qid[%d]->tx_rsq[rs_cidx-1=%d]: %d ", qid, rs_cidx, cur);
446 txr->tx_rsq[txr->tx_rs_pidx] = pidx_last;
488 cur = txr->tx_rsq[rs_cidx];
518 cur = txr->tx_rsq[rs_cidx];
H A Digb_txrx.c287 txr->tx_rsq[txr->tx_rs_pidx] = pidx_last;
325 cur = txr->tx_rsq[rs_cidx];
351 cur = txr->tx_rsq[rs_cidx];
H A Dif_em.h377 qidx_t *tx_rsq; member in struct:tx_ring
H A Dif_em.c3100 if (!(txr->tx_rsq = (qidx_t *) malloc(sizeof(qidx_t) * scctx->isc_ntxd[0], M_DEVBUF, M_NOWAIT | M_ZERO))) {
3106 txr->tx_rsq[j] = QIDX_INVALID;
3173 if (txr->tx_rsq == NULL)
3176 free(txr->tx_rsq, M_DEVBUF);
3177 txr->tx_rsq = NULL;
/freebsd-current/sys/dev/iavf/
H A Diavf_txrx_iflib.c390 txr->tx_rsq[txr->tx_rs_pidx] = pidx_last;
525 cur = txr->tx_rsq[rs_cidx];
550 cur = txr->tx_rsq[rs_cidx];
H A Diavf_iflib.h149 qidx_t *tx_rsq; member in struct:tx_ring
H A Dif_iavf_iflib.c995 if (!(txr->tx_rsq = (qidx_t *)malloc(sizeof(qidx_t) * scctx->isc_ntxd[0], M_IAVF, M_NOWAIT))) {
996 device_printf(iflib_get_dev(ctx), "failed to allocate tx_rsq memory\n");
1002 txr->tx_rsq[j] = QIDX_INVALID;
1098 if (txr->tx_rsq != NULL) {
1099 free(txr->tx_rsq, M_IAVF);
1100 txr->tx_rsq = NULL;
1860 txr->tx_rsq[j] = QIDX_INVALID;
/freebsd-current/sys/dev/ixl/
H A Dixl_txrx.c403 txr->tx_rsq[txr->tx_rs_pidx] = pidx_last;
502 cur = txr->tx_rsq[rs_cidx];
532 cur = txr->tx_rsq[rs_cidx];
800 txr->tx_rsq[j] = QIDX_INVALID;
H A Dif_ixl.c1238 if (!(txr->tx_rsq = malloc(sizeof(qidx_t) * scctx->isc_ntxd[0], M_IXL, M_NOWAIT))) {
1239 device_printf(iflib_get_dev(ctx), "failed to allocate tx_rsq memory\n");
1245 txr->tx_rsq[j] = QIDX_INVALID;
1315 if (txr->tx_rsq != NULL) {
1316 free(txr->tx_rsq, M_IXL);
1317 txr->tx_rsq = NULL;
H A Dixl.h338 qidx_t *tx_rsq; member in struct:tx_ring

Completed in 380 milliseconds