Home | History | Annotate | Download | only in pci

Lines Matching refs:m_head

1838 sk_encap(struct sk_if_softc *sc_if, struct mbuf *m_head, uint32_t *txidx)
1860 sk_dump_mbuf(m_head);
1868 if (bus_dmamap_load_mbuf(sc->sc_dmatag, txmap, m_head,
1898 sc_if->sk_cdata.sk_tx_chain[cur].sk_mbuf = m_head;
1941 struct mbuf *m_head = NULL;
1949 IFQ_POLL(&ifp->if_snd, m_head);
1950 if (m_head == NULL)
1958 if (sk_encap(sc_if, m_head, &idx)) {
1964 IFQ_DEQUEUE(&ifp->if_snd, m_head);
1971 bpf_mtap(ifp, m_head, BPF_D_OUT);