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

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_txp.c632 TXP_OFFSET2IDX(le32toh(*(sc->sc_txhir.r_off)))))
636 TXP_OFFSET2IDX(le32toh(*(sc->sc_txlor.r_off)))))
783 end = TXP_OFFSET2IDX(le32toh(hv->hv_rx_buf_read_idx));
784 i = TXP_OFFSET2IDX(le32toh(hv->hv_rx_buf_write_idx));
857 u_int32_t idx = TXP_OFFSET2IDX(le32toh(*(r->r_off)));
H A Dif_txpreg.h525 #define TXP_OFFSET2IDX(off) ((off) >> 4) macro

Completed in 88 milliseconds