/src/sys/arch/arm/broadcom/ |
bcm53xx_eth.c | 95 struct mbuf *txq_next; member in struct:bcmeth_txqueue 1556 struct mbuf *m = txq->txq_next; 1565 txq->txq_next = NULL; 1574 txq->txq_next = m; 1587 KASSERT(txq->txq_next == NULL); 1589 txq->txq_next = m; 1592 KASSERT(txq->txq_next == NULL); 1695 if ((m = txq->txq_next) != NULL) { 1696 txq->txq_next = NULL;
|
bcm53xx_eth.c | 95 struct mbuf *txq_next; member in struct:bcmeth_txqueue 1556 struct mbuf *m = txq->txq_next; 1565 txq->txq_next = NULL; 1574 txq->txq_next = m; 1587 KASSERT(txq->txq_next == NULL); 1589 txq->txq_next = m; 1592 KASSERT(txq->txq_next == NULL); 1695 if ((m = txq->txq_next) != NULL) { 1696 txq->txq_next = NULL;
|
/src/sys/arch/powerpc/booke/dev/ |
pq3etsec.c | 128 struct mbuf *txq_next; member in struct:pq3etsec_txqueue 2128 struct mbuf *m = txq->txq_next; 2138 txq->txq_next = NULL; 2148 KASSERT(txq->txq_next == NULL); 2150 txq->txq_next = m; 2153 KASSERT(txq->txq_next == NULL); 2275 if ((m = txq->txq_next) != NULL) { 2276 txq->txq_next = NULL;
|
pq3etsec.c | 128 struct mbuf *txq_next; member in struct:pq3etsec_txqueue 2128 struct mbuf *m = txq->txq_next; 2138 txq->txq_next = NULL; 2148 KASSERT(txq->txq_next == NULL); 2150 txq->txq_next = m; 2153 KASSERT(txq->txq_next == NULL); 2275 if ((m = txq->txq_next) != NULL) { 2276 txq->txq_next = NULL;
|
/src/sys/dev/pci/ |
if_wm.c | 358 int txq_next; /* next ready Tx descriptor */ member in struct:wm_txqueue 3904 txq->txq_next); 5436 nexttx = txq->txq_next; 5447 txq->txq_next = WM_NEXTTX(txq, txq->txq_next); 5448 CSR_WRITE(sc, WMREG_TDT(0), txq->txq_next); 6554 "txq_next", SYSCTL_DESCR("TX queue next"), 6555 NULL, 0, &txq->txq_next, 8337 txq->txq_next = 0; 8830 &txq->txq_descs[txq->txq_next]; [all...] |
if_wm.c | 358 int txq_next; /* next ready Tx descriptor */ member in struct:wm_txqueue 3904 txq->txq_next); 5436 nexttx = txq->txq_next; 5447 txq->txq_next = WM_NEXTTX(txq, txq->txq_next); 5448 CSR_WRITE(sc, WMREG_TDT(0), txq->txq_next); 6554 "txq_next", SYSCTL_DESCR("TX queue next"), 6555 NULL, 0, &txq->txq_next, 8337 txq->txq_next = 0; 8830 &txq->txq_descs[txq->txq_next]; [all...] |