rtw_rxbuf
rtw_rxdesc_init(rtw_softc_t *rsc, struct rtw_rxbuf *rbf, int idx, int is_last)
struct rtw_rxbuf *rxbf;
sizeof (struct rtw_rxbuf) * RTW_RXQLEN);
struct rtw_rxbuf *rxbf;
buflen = sizeof (struct rtw_rxbuf) * RTW_RXQLEN;
rxbf = (struct rtw_rxbuf *)kmem_zalloc(buflen, KM_SLEEP);
struct rtw_rxbuf *rxbf;
struct rtw_rxbuf *bf;
struct rtw_rxbuf *rxbuf_h;