qla_get_mbuf
extern int qla_get_mbuf(qla_host_t *ha, qla_rx_buf_t *rxb, struct mbuf *nmp,
if (qla_get_mbuf(ha, rxb, NULL, RDS_RING_INDEX_JUMBO) == 0) {
if (qla_get_mbuf(ha, rxb, NULL, RDS_RING_INDEX_NORMAL) == 0) {
if (!(ret = qla_get_mbuf(ha, rxb, NULL, 0))) {
if (!(ret = qla_get_mbuf(ha, rxb, NULL, 1))) {