Searched refs:rtw_rxsoft (Results 1 – 2 of 2) sorted by relevance
/netbsd/sys/dev/ic/ |
H A D | rtwvar.h | 167 struct rtw_rxsoft { struct 478 struct rtw_rxsoft sc_rxsoft[RTW_RXQLEN];
|
H A D | rtw.c | 765 rtw_rxdesc_dmamaps_create(bus_dma_tag_t dmat, struct rtw_rxsoft *descs, in rtw_rxdesc_dmamaps_create() 779 rtw_rxdesc_dmamaps_destroy(bus_dma_tag_t dmat, struct rtw_rxsoft *descs, in rtw_rxdesc_dmamaps_destroy() 1268 rtw_rxbufs_release(bus_dma_tag_t dmat, struct rtw_rxsoft *desc) in rtw_rxbufs_release() 1271 struct rtw_rxsoft *rs; in rtw_rxbufs_release() 1286 rtw_rxsoft_alloc(bus_dma_tag_t dmat, struct rtw_rxsoft *rs) in rtw_rxsoft_alloc() 1320 rtw_rxsoft_init_all(bus_dma_tag_t dmat, struct rtw_rxsoft *desc, in rtw_rxsoft_init_all() 1324 struct rtw_rxsoft *rs; in rtw_rxsoft_init_all() 1349 rtw_rxdesc_init(struct rtw_rxdesc_blk *rdb, struct rtw_rxsoft *rs, in rtw_rxdesc_init() 1391 rtw_rxdesc_init_all(struct rtw_rxdesc_blk *rdb, struct rtw_rxsoft *ctl, int kick) in rtw_rxdesc_init_all() 1394 struct rtw_rxsoft *rs; in rtw_rxdesc_init_all() [all …]
|