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

/freebsd-12-stable/sys/dev/ti/
H A Dif_tireg.h917 struct ti_status { struct
941 struct ti_status *ti_status; member in struct:ti_ring_data
1040 #define ti_ev_prodidx ti_rdata.ti_status->ti_ev_prodidx_r
1041 #define ti_return_prodidx ti_rdata.ti_status->ti_return_prodidx_r
1042 #define ti_tx_considx ti_rdata.ti_status->ti_tx_considx_r
H A Dif_ti.c1082 error = ti_dma_ring_alloc(sc, TI_RING_ALIGN, sizeof(struct ti_status),
1083 &sc->ti_cdata.ti_status_tag, (uint8_t **)&sc->ti_rdata.ti_status,
1363 (void *)&sc->ti_rdata.ti_status, sc->ti_cdata.ti_status_map,
2213 offsetof(struct ti_status, ti_ev_prodidx_r));
2294 offsetof(struct ti_status, ti_return_prodidx_r));
2326 offsetof(struct ti_status, ti_tx_considx_r));

Completed in 106 milliseconds