Searched refs:tx_pkt (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_llpi.c499 KASSERT((con->tx_pkt == NULL),
561 if (con->tx_pkt == NULL)
562 con->tx_pkt = m_last = m0;
583 while (con->tx_pkt != NULL) {
584 m = con->tx_pkt->m_nextpkt;
585 m_freem(con->tx_pkt);
586 con->tx_pkt = m;
755 if (con->tx_pkt == NULL)
758 if (con->tx_pkt == NULL)
771 while (con->pending < con->l2cap->num_pkts && con->tx_pkt !
[all...]
H A Dng_l2cap_misc.c251 while (con->tx_pkt != NULL) {
252 struct mbuf *m = con->tx_pkt->m_nextpkt;
254 m_freem(con->tx_pkt);
255 con->tx_pkt = m;
H A Dng_l2cap_var.h121 struct mbuf *tx_pkt; /* xmitted L2CAP packet */ member in struct:ng_l2cap_con
H A Dng_l2cap_main.c576 if (con->tx_pkt != NULL)
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-ilk.c1276 *pstats->chan_list, ilk_txx_mem_stat0.s.tx_pkt,
H A Dcvmx-ilk-defs.h3435 uint64_t tx_pkt : 28; /**< Number of packets transmitted per channel (256M) member in struct:cvmx_ilk_txx_mem_stat0::cvmx_ilk_txx_mem_stat0_s
3439 uint64_t tx_pkt : 28;

Completed in 189 milliseconds