Home
last modified time | relevance | path

Searched refs:rs_mbuf (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/ic/
Drtwvar.h153 struct mbuf *rs_mbuf; member
Drtw.c928 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()