Searched refs:rtw_rxsoft (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | rtwvar.h | 152 struct rtw_rxsoft { struct 367 struct rtw_rxsoft sc_rxsoft[RTW_RXQLEN];
|
H A D | rtw.c | 90 void rtw_rxbufs_release(bus_dma_tag_t, struct rtw_rxsoft *); 132 int rtw_rxsoft_init_all(bus_dma_tag_t, struct rtw_rxsoft *, 170 int rtw_rxsoft_alloc(bus_dma_tag_t, struct rtw_rxsoft *); 921 rtw_rxbufs_release(bus_dma_tag_t dmat, struct rtw_rxsoft *desc) in rtw_rxbufs_release() 924 struct rtw_rxsoft *rs; in rtw_rxbufs_release() 939 rtw_rxsoft_alloc(bus_dma_tag_t dmat, struct rtw_rxsoft *rs) in rtw_rxsoft_alloc() 973 rtw_rxsoft_init_all(bus_dma_tag_t dmat, struct rtw_rxsoft *desc, in rtw_rxsoft_init_all() 977 struct rtw_rxsoft *rs; in rtw_rxsoft_init_all() 1001 rtw_rxdesc_init(struct rtw_rxdesc_blk *rdb, struct rtw_rxsoft *rs, in rtw_rxdesc_init() 1041 struct rtw_rxsoft *rs; in rtw_rxdesc_init_all() [all …]
|