Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/bge/
H A Dif_bge.c4469 bge_txeof(struct bge_softc *sc, uint16_t tx_cons) in bge_txeof() argument
4477 if (sc->bge_tx_saved_considx == tx_cons) in bge_txeof()
4488 while (sc->bge_tx_saved_considx != tx_cons) { in bge_txeof()
4518 uint16_t rx_prod, tx_cons; in bge_poll() local
4559 bge_txeof(sc, tx_cons); in bge_poll()
4588 uint16_t rx_prod, tx_cons; in bge_intr_task() local
4632 bge_txeof(sc, tx_cons); in bge_intr_task()
4645 uint16_t rx_prod, tx_cons; in bge_intr() local
4710 bge_txeof(sc, tx_cons); in bge_intr()
6817 uint32_t rx_prod, tx_cons; in bge_debugnet_poll() local
[all …]
/freebsd-14.2/sys/dev/qlxgb/
H A Dqla_hw.c313 hw->tx_cons = (uint32_t *)((uint8_t *)hw->rx_cntxt_rsp + size); in qla_init_cntxt_regions()
399 __func__, hw->tx_cons, (void *)hw->tx_cons_paddr)); in qla_init_cntxt_regions()
1328 *(hw->tx_cons) = 0; in qla_init_xmt_cntxt()
1688 comp_idx = qla_le32_to_host(*(hw->tx_cons)); in qla_hw_tx_done_locked()
H A Dqla_isr.c396 if (qla_le32_to_host(*(hw->tx_cons)) != hw->txr_comp) { in qla_rcv()
H A Dqla_hw.h768 uint32_t *tx_cons; /* tx consumer shadow reg */ member
H A Dqla_os.c218 if (qla_le32_to_host(*(hw->tx_cons)) != hw->txr_comp) { in qla_watchdog()
/freebsd-14.2/sys/dev/bce/
H A Dif_bce.c5527 sc->tx_cons = 0; in bce_init_tx_chain()
6776 __FUNCTION__, sc->tx_prod, sc->tx_cons, sc->tx_prod_bseq); in bce_tx_intr()
6782 sw_tx_cons = sc->tx_cons; in bce_tx_intr()
6869 sc->tx_cons = sw_tx_cons; in bce_tx_intr()
6873 __FUNCTION__, sc->tx_prod, sc->tx_cons, sc->tx_prod_bseq); in bce_tx_intr()
10702 "index\n", sc->tx_cons, (u16) TX_CHAIN_IDX(sc->tx_cons)); in bce_dump_driver_state()
H A Dif_bcereg.h6454 u16 tx_cons; member
/freebsd-14.2/sys/dev/qlxgbe/
H A Dql_hw.h1527 volatile uint32_t *tx_cons; /* tx consumer shadow reg */ member
H A Dql_hw.c1297 tx_cntxt->tx_cons = (uint32_t *)vaddr; in ql_alloc_dma()
3400 *(hw_tx_cntxt->tx_cons) = 0; in qla_init_xmt_cntxt_i()
3740 comp_idx = qla_le32_to_host(*(hw_tx_cntxt->tx_cons)); in ql_hw_tx_done_locked()