Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn.c1061 tp->tp_m = m; in bwn_pio_tx_start()
1087 tp->tp_m = m_new; in bwn_pio_tx_start()
2677 if (tp->tp_m) { in bwn_pio_cancel_tx_packets()
2678 m_freem(tp->tp_m); in bwn_pio_cancel_tx_packets()
2679 tp->tp_m = NULL; in bwn_pio_cancel_tx_packets()
6052 tq->tq_used -= roundup(tp->tp_m->m_pkthdr.len + BWN_HDRSIZE(mac), 4); in bwn_pio_handle_txeof()
6080 if (tp->tp_m->m_flags & M_TXCB) in bwn_pio_handle_txeof()
6081 ieee80211_process_callback(tp->tp_ni, tp->tp_m, 0); in bwn_pio_handle_txeof()
6085 m_freem(tp->tp_m); in bwn_pio_handle_txeof()
6086 tp->tp_m = NULL; in bwn_pio_handle_txeof()
H A Dif_bwnvar.h698 struct mbuf *tp_m; member