Home
last modified time | relevance | path

Searched refs:m_headp (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/liquidio/
H A Dlio_rxtx.c47 struct mbuf **m_headp) in lio_xmit() argument
91 status = bus_dmamap_load_mbuf_sg(iq->txtag, map, *m_headp, segs, &nsegs, in lio_xmit()
96 m = m_defrag(*m_headp, M_NOWAIT); in lio_xmit()
102 *m_headp = m; in lio_xmit()
104 *m_headp, segs, &nsegs, in lio_xmit()
117 m_head = *m_headp; in lio_xmit()
223 m_freem(*m_headp); in lio_xmit()
224 *m_headp = NULL; in lio_xmit()
H A Dlio_rxtx.h81 struct mbuf **m_headp);
/freebsd/sys/dev/qlxge/
H A Dqls_os.c76 static int qls_send(qla_host_t *ha, struct mbuf **m_headp);
1107 qls_send(qla_host_t *ha, struct mbuf **m_headp) in qls_send() argument
1114 struct mbuf *m_head = *m_headp; in qls_send()
1140 *m_headp = NULL; in qls_send()
1147 *m_headp = m_head; in qls_send()
1159 *m_headp = NULL; in qls_send()
1173 *m_headp = NULL; in qls_send()
1190 *m_headp = NULL; in qls_send()
/freebsd/sys/dev/qlxgb/
H A Dqla_os.c76 static int qla_send(qla_host_t *ha, struct mbuf **m_headp);
1028 qla_send(qla_host_t *ha, struct mbuf **m_headp) in qla_send() argument
1035 struct mbuf *m_head = *m_headp; in qla_send()
1060 *m_headp = NULL; in qla_send()
1079 *m_headp = NULL; in qla_send()
1094 *m_headp = NULL; in qla_send()
1109 *m_headp = NULL; in qla_send()
/freebsd/sys/dev/qlxgbe/
H A Dql_os.c81 static int qla_send(qla_host_t *ha, struct mbuf **m_headp, uint32_t txr_idx,
1253 qla_send(qla_host_t *ha, struct mbuf **m_headp, uint32_t txr_idx, in qla_send() argument
1261 struct mbuf *m_head = *m_headp; in qla_send()
1279 *m_headp = NULL; in qla_send()
1299 *m_headp = NULL; in qla_send()
1306 *m_headp = m_head; in qla_send()
1318 *m_headp = NULL; in qla_send()
1332 *m_headp = NULL; in qla_send()
1352 *m_headp = NULL; in qla_send()
/freebsd/sys/net/
H A Diflib.c3598 iflib_encap(iflib_txq_t txq, struct mbuf **m_headp) in iflib_encap() argument
3617 m_head = *m_headp; in iflib_encap()
3653 err = iflib_ether_pad(ctx->ifc_dev, m_headp, scctx->isc_min_frame_size); in iflib_encap()
3659 m_head = *m_headp; in iflib_encap()
3671 if (__predict_false((err = iflib_parse_header(txq, &pi, m_headp)) != 0)) { in iflib_encap()
3675 m_head = *m_headp; in iflib_encap()
3687 m_head = m_collapse(*m_headp, M_NOWAIT, max_segs); in iflib_encap()
3694 m_head = m_defrag(*m_headp, M_NOWAIT); in iflib_encap()
3704 *m_headp = m_head; in iflib_encap()
3712 m_freem(*m_headp); in iflib_encap()
[all …]
/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c100 struct mbuf **m_headp);
3239 qlnx_send(qlnx_host_t *ha, struct qlnx_fastpath *fp, struct mbuf **m_headp) in qlnx_send() argument
3245 struct mbuf *m_head = *m_headp; in qlnx_send()
3328 *m_headp = NULL; in qlnx_send()
3334 *m_headp = m_head; in qlnx_send()
3346 *m_headp = NULL; in qlnx_send()
3361 *m_headp = NULL; in qlnx_send()
3375 *m_headp = NULL; in qlnx_send()