Searched refs:m_headp (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_rxtx.h82 struct mbuf **m_headp);
H A Dlio_rxtx.c48 struct mbuf **m_headp)
92 status = bus_dmamap_load_mbuf_sg(iq->txtag, map, *m_headp, segs, &nsegs,
97 m = m_defrag(*m_headp, M_NOWAIT);
103 *m_headp = m;
105 *m_headp, segs, &nsegs,
118 m_head = *m_headp;
224 m_freem(*m_headp);
225 *m_headp = NULL;
47 lio_xmit(struct lio *lio, struct lio_instr_queue *iq, struct mbuf **m_headp) argument
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_txrx.c315 ixl_xmit(struct ixl_queue *que, struct mbuf **m_headp) argument
332 m_head = *m_headp;
350 m_freem(*m_headp);
351 *m_headp = NULL;
354 *m_headp = m;
362 *m_headp, segs, &nsegs, BUS_DMA_NOWAIT);
367 m = m_defrag(*m_headp, M_NOWAIT);
370 m_freem(*m_headp);
371 *m_headp = NULL;
374 *m_headp
[all...]
/freebsd-11-stable/sys/dev/ixgbe/
H A Dix_txrx.c315 ixgbe_xmit(struct tx_ring *txr, struct mbuf **m_headp) argument
328 m_head = *m_headp;
350 error = bus_dmamap_load_mbuf_sg(txr->txtag, map, *m_headp, segs,
365 m = m_defrag(*m_headp, M_NOWAIT);
368 m_freem(*m_headp);
369 *m_headp = NULL;
372 *m_headp = m;
381 m_freem(*m_headp);
382 *m_headp = NULL;
393 m_head = *m_headp;
[all...]
/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_os.c77 static int qls_send(qla_host_t *ha, struct mbuf **m_headp);
1127 qls_send(qla_host_t *ha, struct mbuf **m_headp) argument
1134 struct mbuf *m_head = *m_headp;
1161 *m_headp = NULL;
1168 *m_headp = m_head;
1181 *m_headp = NULL;
1196 *m_headp = NULL;
1214 *m_headp = NULL;
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_os.c76 static int qla_send(qla_host_t *ha, struct mbuf **m_headp);
1046 qla_send(qla_host_t *ha, struct mbuf **m_headp) argument
1053 struct mbuf *m_head = *m_headp;
1079 *m_headp = NULL;
1099 *m_headp = NULL;
1114 *m_headp = NULL;
1129 *m_headp = NULL;
/freebsd-11-stable/sys/dev/e1000/
H A Dif_em.c1915 em_xmit(struct tx_ring *txr, struct mbuf **m_headp) argument
1932 m_head = *m_headp;
1954 if (M_WRITABLE(*m_headp) == 0) {
1955 m_head = m_dup(*m_headp, M_NOWAIT);
1956 m_freem(*m_headp);
1958 *m_headp = NULL;
1961 *m_headp = m_head;
1973 *m_headp = NULL;
1983 *m_headp = NULL;
1991 *m_headp
[all...]
H A Dif_lem.c1636 lem_xmit(struct adapter *adapter, struct mbuf **m_headp) argument
1646 m_head = *m_headp;
1657 *m_headp = m_head;
1676 *m_headp, segs, &nsegs, BUS_DMA_NOWAIT);
1690 m = m_collapse(*m_headp, M_NOWAIT, EM_MAX_SCATTER);
1693 m_freem(*m_headp);
1694 *m_headp = NULL;
1697 *m_headp = m;
1701 *m_headp, segs, &nsegs, BUS_DMA_NOWAIT);
1705 m_freem(*m_headp);
[all...]
H A Dif_igb.c1827 igb_xmit(struct tx_ring *txr, struct mbuf **m_headp) argument
1840 m_head = *m_headp;
1863 *m_headp, segs, &nsegs, BUS_DMA_NOWAIT);
1873 m = m_collapse(*m_headp, M_NOWAIT,
1877 m_freem(*m_headp);
1878 *m_headp = NULL;
1881 *m_headp = m;
1887 m_freem(*m_headp);
1888 *m_headp = NULL;
1899 m_head = *m_headp;
[all...]
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_os.c82 static int qla_send(qla_host_t *ha, struct mbuf **m_headp, uint32_t txr_idx,
1276 qla_send(qla_host_t *ha, struct mbuf **m_headp, uint32_t txr_idx, argument
1284 struct mbuf *m_head = *m_headp;
1302 *m_headp = NULL;
1323 *m_headp = NULL;
1330 *m_headp = m_head;
1343 *m_headp = NULL;
1358 *m_headp = NULL;
1378 *m_headp = NULL;
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge.c754 vxge_xmit(ifnet_t ifp, vxge_vpath_t *vpath, mbuf_t *m_headp) argument
794 m_headp, txdl_priv->dma_buffers, &num_segs);
804 vxge_free_packet(*m_headp);
810 txdl_priv->mbuf_pkt = *m_headp;
813 if ((*m_headp)->m_flags & M_VLANTAG)
815 (*m_headp)->m_pkthdr.ether_vtag);
831 if ((*m_headp)->m_pkthdr.csum_flags & CSUM_TSO) {
832 if ((*m_headp)->m_pkthdr.tso_segsz) {
836 (*m_headp)->m_pkthdr.tso_segsz);
2999 mbuf_t * m_headp, bus_dma_segment_
2998 vxge_dma_mbuf_coalesce(bus_dma_tag_t dma_tag_tx, bus_dmamap_t dma_map, mbuf_t * m_headp, bus_dma_segment_t * dma_buffers, int *num_segs) argument
[all...]
/freebsd-11-stable/sys/net/
H A Diflib.c3214 iflib_encap(iflib_txq_t txq, struct mbuf **m_headp) argument
3234 m_head = *m_headp;
3268 err = iflib_ether_pad(ctx->ifc_dev, m_headp, scctx->isc_min_frame_size);
3272 m_head = *m_headp;
3284 if (__predict_false((err = iflib_parse_header(txq, &pi, m_headp)) != 0))
3286 m_head = *m_headp;
3290 err = iflib_busdma_load_mbuf_sg(txq, desc_tag, map, m_headp, segs, &nsegs, max_segs, BUS_DMA_NOWAIT);
3297 m_head = m_collapse(*m_headp, M_NOWAIT, max_segs);
3303 m_head = m_defrag(*m_headp, M_NOWAIT);
3313 *m_headp
[all...]
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c99 struct mbuf **m_headp);
3360 qlnx_send(qlnx_host_t *ha, struct qlnx_fastpath *fp, struct mbuf **m_headp) argument
3366 struct mbuf *m_head = *m_headp;
3451 *m_headp = NULL;
3457 *m_headp = m_head;
3470 *m_headp = NULL;
3486 *m_headp = NULL;
3501 *m_headp = NULL;

Completed in 167 milliseconds