qls_get_mbuf
extern int qls_get_mbuf(qla_host_t *ha, qla_rx_buf_t *rxb, struct mbuf *nmp);
if (qls_get_mbuf(ha, rxb, NULL) != 0) {
if (!(ret = qls_get_mbuf(ha, rxb, NULL))) {