Home
last modified time | relevance | path

Searched refs:tx_cons (Results 1 – 13 of 13) sorted by relevance

/freebsd-10-stable/sys/arm/at91/
Dif_macb.c283 sc->tx_cons = 0; in macb_init_desc_dma_tx()
633 sc->tx_cons = sc->tx_prod = 0; in macb_tx_cleanup()
658 if (sc->tx_cons == sc->tx_prod) in macb_tx_cleanup()
666 while (sc->tx_cons != sc->tx_prod) { in macb_tx_cleanup()
667 desc = &sc->desc_tx[sc->tx_cons]; in macb_tx_cleanup()
671 td = &sc->tx_desc[sc->tx_cons]; in macb_tx_cleanup()
686 MACB_DESC_INC(sc->tx_cons, MACB_MAX_TX_BUFFERS); in macb_tx_cleanup()
690 desc = &sc->desc_tx[sc->tx_cons]; in macb_tx_cleanup()
694 } while (sc->tx_cons != sc->tx_prod); in macb_tx_cleanup()
Dif_macbvar.h119 uint32_t tx_cons; member
/freebsd-10-stable/sys/arm/cavium/cns11xx/
Dif_ecevar.h166 uint32_t tx_cons; member
Dif_ece.c798 sc->tx_cons = 0; in ece_allocate_dma()
1482 if (sc->tx_cons == sc->tx_prod) return; in ece_cleanup_locked()
1489 while (sc->tx_cons != sc->tx_prod) { in ece_cleanup_locked()
1490 desc = sc->tx_desc[sc->tx_cons].desc; in ece_cleanup_locked()
1492 struct tx_desc_info *td = &(sc->tx_desc[sc->tx_cons]); in ece_cleanup_locked()
1500 sc->tx_cons = (sc->tx_cons + 1) % ECE_MAX_TX_BUFFERS; in ece_cleanup_locked()
/freebsd-10-stable/sys/dev/qlxgb/
Dqla_hw.c317 hw->tx_cons = (uint32_t *)((uint8_t *)hw->rx_cntxt_rsp + size); in qla_init_cntxt_regions()
403 __func__, hw->tx_cons, (void *)hw->tx_cons_paddr)); in qla_init_cntxt_regions()
1343 *(hw->tx_cons) = 0; in qla_init_xmt_cntxt()
1703 comp_idx = qla_le32_to_host(*(hw->tx_cons)); in qla_hw_tx_done_locked()
Dqla_isr.c401 if (qla_le32_to_host(*(hw->tx_cons)) != hw->txr_comp) { in qla_rcv()
Dqla_hw.h774 uint32_t *tx_cons; /* tx consumer shadow reg */ member
Dqla_os.c221 if (qla_le32_to_host(*(hw->tx_cons)) != hw->txr_comp) { in qla_watchdog()
/freebsd-10-stable/sys/dev/bge/
Dif_bge.c4488 bge_txeof(struct bge_softc *sc, uint16_t tx_cons) in bge_txeof() argument
4496 if (sc->bge_tx_saved_considx == tx_cons) in bge_txeof()
4507 while (sc->bge_tx_saved_considx != tx_cons) { in bge_txeof()
4537 uint16_t rx_prod, tx_cons; in bge_poll() local
4552 tx_cons = sc->bge_ldata.bge_status_block->bge_idx[0].bge_tx_cons_idx; in bge_poll()
4578 bge_txeof(sc, tx_cons); in bge_poll()
4607 uint16_t rx_prod, tx_cons; in bge_intr_task() local
4625 tx_cons = sc->bge_ldata.bge_status_block->bge_idx[0].bge_tx_cons_idx; in bge_intr_task()
4651 bge_txeof(sc, tx_cons); in bge_intr_task()
4664 uint16_t rx_prod, tx_cons; in bge_intr() local
[all …]
/freebsd-10-stable/sys/dev/qlxgbe/
Dql_hw.h1538 volatile uint32_t *tx_cons; /* tx consumer shadow reg */ member
Dql_hw.c1309 tx_cntxt->tx_cons = (uint32_t *)vaddr; in ql_alloc_dma()
3468 *hw_tx_cntxt->tx_cons = 0; in qla_init_xmt_cntxt_i()
3814 comp_idx = qla_le32_to_host(*(hw_tx_cntxt->tx_cons)); in ql_hw_tx_done_locked()
/freebsd-10-stable/sys/dev/bce/
Dif_bce.c5630 sc->tx_cons = 0; in bce_init_tx_chain()
6906 __FUNCTION__, sc->tx_prod, sc->tx_cons, sc->tx_prod_bseq); in bce_tx_intr()
6912 sw_tx_cons = sc->tx_cons; in bce_tx_intr()
7000 sc->tx_cons = sw_tx_cons; in bce_tx_intr()
7004 __FUNCTION__, sc->tx_prod, sc->tx_cons, sc->tx_prod_bseq); in bce_tx_intr()
10893 "index\n", sc->tx_cons, (u16) TX_CHAIN_IDX(sc->tx_cons)); in bce_dump_driver_state()
Dif_bcereg.h6574 u16 tx_cons; member