Home
last modified time | relevance | path

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

/freebsd/sys/arm64/broadcom/genet/
H A Dif_genet.c149 int hwindex; /* hardware index */ member
160 int hwindex; /* hardware index */ member
696 q->hwindex = qid; in gen_init_txring()
746 q->hwindex = qid; in gen_init_rxring()
802 sc->tx_queue[DEF_TXQUEUE].hwindex = GENET_DMA_DEFAULT_QUEUE; in gen_init_txrings()
825 sc->rx_queue[DEF_RXQUEUE].hwindex = GENET_DMA_DEFAULT_QUEUE; in gen_init_rxrings()
1194 WR4(sc, GENET_TX_DMA_PROD_INDEX(q->hwindex), q->prod_idx); in gen_encap()
1350 prod_idx = RD4(sc, GENET_RX_DMA_PROD_INDEX(q->hwindex)) & in gen_rxintr()
1428 WR4(sc, GENET_RX_DMA_CONS_INDEX(q->hwindex), q->cons_idx); in gen_rxintr()
1460 cons_idx = RD4(sc, GENET_TX_DMA_CONS_INDEX(q->hwindex)) & in gen_txintr()