Home
last modified time | relevance | path

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

/NextBSD/sys/dev/txp/
HDif_txp.c855 TXP_OFFSET2IDX(le32toh(*(sc->sc_txhir.r_off))))) in txp_int_task()
858 TXP_OFFSET2IDX(le32toh(*(sc->sc_txlor.r_off))))) in txp_int_task()
1005 cons = TXP_OFFSET2IDX(le32toh(hv->hv_rx_buf_read_idx)); in txp_rxbuf_reclaim()
1072 idx = TXP_OFFSET2IDX(le32toh(*(r->r_off))); in txp_tx_reclaim()
2517 TXP_OFFSET2IDX(le32toh(*(sc->sc_txhir.r_off))))) in txp_stop()
2520 TXP_OFFSET2IDX(le32toh(*(sc->sc_txlor.r_off))))) in txp_stop()
HDif_txpreg.h540 #define TXP_OFFSET2IDX(off) ((off) >> 4) macro