Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/broadcom/genet/
H A Dif_genet.c139 int hwindex; /* hardware index */ member
150 int hwindex; /* hardware index */ member
663 q->hwindex = qid; in gen_init_txring()
713 q->hwindex = qid; in gen_init_rxring()
769 sc->tx_queue[DEF_TXQUEUE].hwindex = GENET_DMA_DEFAULT_QUEUE; in gen_init_txrings()
792 sc->rx_queue[DEF_RXQUEUE].hwindex = GENET_DMA_DEFAULT_QUEUE; in gen_init_rxrings()
1131 WR4(sc, GENET_TX_DMA_PROD_INDEX(q->hwindex), q->prod_idx); in gen_encap()
1285 prod_idx = RD4(sc, GENET_RX_DMA_PROD_INDEX(q->hwindex)) & in gen_rxintr()
1363 WR4(sc, GENET_RX_DMA_CONS_INDEX(q->hwindex), q->cons_idx); in gen_rxintr()
1395 cons_idx = RD4(sc, GENET_TX_DMA_CONS_INDEX(q->hwindex)) & in gen_txintr()