Home | History | Annotate | Download | only in pci

Lines Matching defs:m_head

1848 sk_encap(struct sk_if_softc *sc_if, struct mbuf *m_head, uint32_t *txidx)
1870 sk_dump_mbuf(m_head);
1878 if (bus_dmamap_load_mbuf(sc->sc_dmatag, txmap, m_head,
1908 sc_if->sk_cdata.sk_tx_chain[cur].sk_mbuf = m_head;
1951 struct mbuf *m_head = NULL;
1959 IFQ_POLL(&ifp->if_snd, m_head);
1960 if (m_head == NULL)
1968 if (sk_encap(sc_if, m_head, &idx)) {
1974 IFQ_DEQUEUE(&ifp->if_snd, m_head);
1981 bpf_mtap(ifp, m_head, BPF_D_OUT);