Searched refs:qla_send (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/qlxgb/
H A Dqla_os.c76 static int qla_send(qla_host_t *ha, struct mbuf **m_headp);
1014 if (qla_send(ha, &m_head)) {
1031 qla_send(qla_host_t *ha, struct mbuf **m_headp) function
1102 QL_ASSERT((nsegs != 0), ("qla_send: empty packet"));
/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, function
1341 QL_ASSERT(ha, (nsegs != 0), ("qla_send: empty packet"));
1463 ret = qla_send(ha, &mp, txr_idx, iscsi_pdu);

Completed in 69 milliseconds