Searched refs:qla_get_mbuf (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/dev/qlxgb/
H A Dqla_glbl.h56 extern int qla_get_mbuf(qla_host_t *ha, qla_rx_buf_t *rxb, struct mbuf *nmp,
H A Dqla_isr.c177 if (qla_get_mbuf(ha, rxb, NULL, RDS_RING_INDEX_JUMBO) == 0) {
189 "%s: qla_get_mbuf [1,(%d),(%d)] failed\n",
228 if (qla_get_mbuf(ha, rxb, NULL, RDS_RING_INDEX_NORMAL) == 0) {
240 "%s: qla_get_mbuf [0,(%d),(%d)] failed\n",
H A Dqla_os.c1289 if (!(ret = qla_get_mbuf(ha, rxb, NULL, 0))) {
1300 "%s: qla_get_mbuf [standard(%d)] failed\n",
1331 if (!(ret = qla_get_mbuf(ha, rxb, NULL, 1))) {
1342 "%s: qla_get_mbuf [jumbo(%d)] failed\n",
1403 qla_get_mbuf(qla_host_t *ha, qla_rx_buf_t *rxb, struct mbuf *nmp, function

Completed in 119 milliseconds