HomeSort by: relevance | last modified time | path
    Searched defs:txbd (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
if_bnx.c 4164 struct tx_bd *txbd; local in function:bnx_init_tx_chain
4193 txbd = &sc->tx_bd_chain[i][USABLE_TX_BD_PER_PAGE];
4202 txbd->tx_bd_haddr_lo = addr;
4204 txbd->tx_bd_haddr_hi = addr;
4861 struct tx_bd *txbd = NULL; local in function:bnx_tx_intr
4874 DBRUNIF(1, txbd = &sc->tx_bd_chain
4877 DBRUNIF((txbd == NULL),
4883 bnx_dump_txbd(sc, sw_tx_chain_cons, txbd));
5110 struct tx_bd *txbd = NULL; local in function:bnx_tx_encap
5205 txbd = &sc->tx_bd_chain[TX_PAGE(chain_prod)][TX_IDX(chain_prod)]
6082 struct tx_bd *txbd; local in function:bnx_dump_tx_chain
    [all...]
  /src/sys/arch/powerpc/booke/dev/
pq3etsec.c 123 volatile struct txbd *txq_consumer;
124 volatile struct txbd *txq_producer;
125 volatile struct txbd *txq_first;
126 volatile struct txbd *txq_last;
1262 volatile struct txbd *txbd,
1266 (txbd - txq->txq_first) * sizeof(*txbd), count * sizeof(*txbd),
1274 volatile struct txbd *txbd
2299 volatile struct txbd *txbd; local in function:pq3etsec_txq_reset
    [all...]
  /src/sys/arch/powerpc/include/booke/
etsecreg.h 58 struct txbd { struct
174 #define DMACTRL_TBDSEN __PPCBIT(25) /* TxBD Data Snoop enable */
177 #define DMACTRL_TOD __PPCBIT(29) /* Transmit On Demand for TxBD ring 0 */
179 #define DMACTRL_WOP __PPCBIT(31) /* Wait or pool for TxBD ring 0 */
240 #define TR03WT 0x140 /* TxBD Rings 0-3 round-robin weightings [TSEC3] */
241 #define TR47WT 0x144 /* TxBD Rings 4-7 round-robin weightings [TSEC3] */
243 #define TBPTR0 0x184 /* TxBD pointer for ring 0 */
244 #define TBPTR1 0x18C /* TxBD pointer for ring 1 [TSEC3] */
245 #define TBPTR2 0x194 /* TxBD pointer for ring 2 [TSEC3] */
246 #define TBPTR3 0x19C /* TxBD pointer for ring 3 [TSEC3] *
    [all...]

Completed in 34 milliseconds