Searched refs:rtw_txbuf (Results 1 – 2 of 2) sorted by relevance
191 struct rtw_txbuf { struct209 struct rtw_txbuf *txbuf_h; argument
1159 struct rtw_txbuf *txbf; in rtw_dma_free()1182 sizeof (struct rtw_txbuf) * rtw_qlen[i]); in rtw_dma_free()1211 struct rtw_txbuf *txbf; in rtw_dma_init()1243 sizeof (struct rtw_txbuf), in rtw_dma_init()1244 offsetof(struct rtw_txbuf, bf_node)); in rtw_dma_init()1246 sizeof (struct rtw_txbuf), in rtw_dma_init()1247 offsetof(struct rtw_txbuf, bf_node)); in rtw_dma_init()1254 buflen = sizeof (struct rtw_txbuf) * rtw_qlen[i]; in rtw_dma_init()1255 txbf = (struct rtw_txbuf *)kmem_zalloc(buflen, KM_SLEEP); in rtw_dma_init()1329 struct rtw_txbuf *txbf; in rtw_swring_setup()[all …]