sys/dev/ic/rtw.c
1268
rtw_rxbufs_release(bus_dma_tag_t dmat, struct rtw_rxsoft *desc)
sys/dev/ic/rtw.c
1271
struct rtw_rxsoft *rs;
sys/dev/ic/rtw.c
1286
rtw_rxsoft_alloc(bus_dma_tag_t dmat, struct rtw_rxsoft *rs)
sys/dev/ic/rtw.c
1320
rtw_rxsoft_init_all(bus_dma_tag_t dmat, struct rtw_rxsoft *desc,
sys/dev/ic/rtw.c
1324
struct rtw_rxsoft *rs;
sys/dev/ic/rtw.c
1349
rtw_rxdesc_init(struct rtw_rxdesc_blk *rdb, struct rtw_rxsoft *rs,
sys/dev/ic/rtw.c
1391
rtw_rxdesc_init_all(struct rtw_rxdesc_blk *rdb, struct rtw_rxsoft *ctl, int kick)
sys/dev/ic/rtw.c
1394
struct rtw_rxsoft *rs;
sys/dev/ic/rtw.c
1456
struct rtw_rxsoft *rs;
sys/dev/ic/rtw.c
765
rtw_rxdesc_dmamaps_create(bus_dma_tag_t dmat, struct rtw_rxsoft *descs,
sys/dev/ic/rtw.c
779
rtw_rxdesc_dmamaps_destroy(bus_dma_tag_t dmat, struct rtw_rxsoft *descs,
sys/dev/ic/rtwvar.h
478
struct rtw_rxsoft sc_rxsoft[RTW_RXQLEN];