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

/freebsd-current/sys/dev/liquidio/
H A Dlio_rxtx.h81 struct mbuf **m_headp);
H A Dlio_rxtx.c47 struct mbuf **m_headp)
91 status = bus_dmamap_load_mbuf_sg(iq->txtag, map, *m_headp, segs, &nsegs,
96 m = m_defrag(*m_headp, M_NOWAIT);
102 *m_headp = m;
104 *m_headp, segs, &nsegs,
117 m_head = *m_headp;
223 m_freem(*m_headp);
224 *m_headp = NULL;
46 lio_xmit(struct lio *lio, struct lio_instr_queue *iq, struct mbuf **m_headp) argument
/freebsd-current/sys/dev/qlxge/
H A Dqls_os.c76 static int qls_send(qla_host_t *ha, struct mbuf **m_headp);
1111 qls_send(qla_host_t *ha, struct mbuf **m_headp) argument
1118 struct mbuf *m_head = *m_headp;
1144 *m_headp = NULL;
1151 *m_headp = m_head;
1163 *m_headp = NULL;
1177 *m_headp = NULL;
1194 *m_headp = NULL;
/freebsd-current/sys/dev/qlxgb/
H A Dqla_os.c76 static int qla_send(qla_host_t *ha, struct mbuf **m_headp);
1031 qla_send(qla_host_t *ha, struct mbuf **m_headp) argument
1038 struct mbuf *m_head = *m_headp;
1063 *m_headp = NULL;
1082 *m_headp = NULL;
1097 *m_headp = NULL;
1112 *m_headp = NULL;
/freebsd-current/sys/dev/qlxgbe/
H A Dql_os.c81 static int qla_send(qla_host_t *ha, struct mbuf **m_headp, uint32_t txr_idx,
1257 qla_send(qla_host_t *ha, struct mbuf **m_headp, uint32_t txr_idx, argument
1265 struct mbuf *m_head = *m_headp;
1283 *m_headp = NULL;
1303 *m_headp = NULL;
1310 *m_headp = m_head;
1322 *m_headp = NULL;
1336 *m_headp = NULL;
1356 *m_headp = NULL;
/freebsd-current/sys/net/
H A Diflib.c3595 iflib_encap(iflib_txq_t txq, struct mbuf **m_headp) argument
3614 m_head = *m_headp;
3650 err = iflib_ether_pad(ctx->ifc_dev, m_headp, scctx->isc_min_frame_size);
3656 m_head = *m_headp;
3668 if (__predict_false((err = iflib_parse_header(txq, &pi, m_headp)) != 0)) {
3672 m_head = *m_headp;
3684 m_head = m_collapse(*m_headp, M_NOWAIT, max_segs);
3691 m_head = m_defrag(*m_headp, M_NOWAIT);
3701 *m_headp = m_head;
3709 m_freem(*m_headp);
[all...]
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c100 struct mbuf **m_headp);
3241 qlnx_send(qlnx_host_t *ha, struct qlnx_fastpath *fp, struct mbuf **m_headp) argument
3247 struct mbuf *m_head = *m_headp;
3330 *m_headp = NULL;
3336 *m_headp = m_head;
3348 *m_headp = NULL;
3363 *m_headp = NULL;
3377 *m_headp = NULL;

Completed in 119 milliseconds