Searched refs:tx_cons (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/bge/ |
H A D | if_bge.c | 4468 bge_txeof(struct bge_softc *sc, uint16_t tx_cons) in bge_txeof() argument 4476 if (sc->bge_tx_saved_considx == tx_cons) in bge_txeof() 4487 while (sc->bge_tx_saved_considx != tx_cons) { in bge_txeof() 4517 uint16_t rx_prod, tx_cons; in bge_poll() local 4532 tx_cons = sc->bge_ldata.bge_status_block->bge_idx[0].bge_tx_cons_idx; in bge_poll() 4558 bge_txeof(sc, tx_cons); in bge_poll() 4587 uint16_t rx_prod, tx_cons; in bge_intr_task() local 4605 tx_cons = sc->bge_ldata.bge_status_block->bge_idx[0].bge_tx_cons_idx; in bge_intr_task() 4631 bge_txeof(sc, tx_cons); in bge_intr_task() 4644 uint16_t rx_prod, tx_cons; in bge_intr() local [all …]
|
/freebsd/sys/dev/qlxgb/ |
H A D | qla_hw.c | 313 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 D | qla_isr.c | 396 if (qla_le32_to_host(*(hw->tx_cons)) != hw->txr_comp) { in qla_rcv()
|
H A D | qla_hw.h | 768 uint32_t *tx_cons; /* tx consumer shadow reg */ member
|
H A D | qla_os.c | 218 if (qla_le32_to_host(*(hw->tx_cons)) != hw->txr_comp) { in qla_watchdog()
|
/freebsd/sys/dev/bce/ |
H A D | if_bce.c | 5526 sc->tx_cons = 0; in bce_init_tx_chain() 6775 __FUNCTION__, sc->tx_prod, sc->tx_cons, sc->tx_prod_bseq); in bce_tx_intr() 6781 sw_tx_cons = sc->tx_cons; in bce_tx_intr() 6868 sc->tx_cons = sw_tx_cons; in bce_tx_intr() 6872 __FUNCTION__, sc->tx_prod, sc->tx_cons, sc->tx_prod_bseq); in bce_tx_intr() 10701 "index\n", sc->tx_cons, (u16) TX_CHAIN_IDX(sc->tx_cons)); in bce_dump_driver_state()
|
H A D | if_bcereg.h | 6454 u16 tx_cons; member
|
/freebsd/sys/dev/qlxgbe/ |
H A D | ql_hw.h | 1527 volatile uint32_t *tx_cons; /* tx consumer shadow reg */ member
|
H A D | ql_hw.c | 1297 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()
|