be_queue_alloc
rc = be_queue_alloc(adapter, eq, EVNT_Q_LEN,
if (be_queue_alloc(adapter, cq, MCC_CQ_LEN,
if (be_queue_alloc(adapter, q, MCC_Q_LEN, sizeof(struct be_mcc_wrb)))
status = be_queue_alloc(adapter, cq, TX_CQ_LEN,
status = be_queue_alloc(adapter, &txo->q, TX_Q_LEN,
rc = be_queue_alloc(adapter, cq, RX_CQ_LEN,
rc = be_queue_alloc(adapter, &rxo->q, RX_Q_LEN,
if (be_queue_alloc(phba, cq, MCC_CQ_LEN,
if (be_queue_alloc(phba, q, MCC_Q_LEN, sizeof(struct be_mcc_wrb)))