Searched refs:rs_mbuf (Results 1 – 2 of 2) sorted by relevance
153 struct mbuf *rs_mbuf; member
928 if (rs->rs_mbuf == NULL) in rtw_rxbufs_release()933 m_freem(rs->rs_mbuf); in rtw_rxbufs_release()934 rs->rs_mbuf = NULL; in rtw_rxbufs_release()956 if (rs->rs_mbuf != NULL) in rtw_rxsoft_alloc()959 rs->rs_mbuf = NULL; in rtw_rxsoft_alloc()967 rs->rs_mbuf = m; in rtw_rxsoft_alloc()982 KASSERT(rs->rs_mbuf == NULL); in rtw_rxsoft_init_all()1011 ctl = LSHIFT(rs->rs_mbuf->m_len, RTW_RXCTL_LENGTH_MASK) | in rtw_rxdesc_init()1206 m = rs->rs_mbuf; in rtw_intr_rx()