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

/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c155 static int be_queue_alloc(struct be_adapter *adapter, struct be_queue_info *q, function
2974 rc = be_queue_alloc(adapter, eq, EVNT_Q_LEN,
3013 if (be_queue_alloc(adapter, cq, MCC_CQ_LEN,
3022 if (be_queue_alloc(adapter, q, MCC_Q_LEN, sizeof(struct be_mcc_wrb)))
3070 status = be_queue_alloc(adapter, cq, TX_CQ_LEN,
3086 status = be_queue_alloc(adapter, &txo->q, TX_Q_LEN,
3143 rc = be_queue_alloc(adapter, cq, RX_CQ_LEN,
3690 rc = be_queue_alloc(adapter, &rxo->q, RX_Q_LEN,
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_main.c3330 static int be_queue_alloc(struct beiscsi_hba *phba, struct be_queue_info *q, function
3528 if (be_queue_alloc(phba, cq, MCC_CQ_LEN,
3545 if (be_queue_alloc(phba, q, MCC_Q_LEN, sizeof(struct be_mcc_wrb)))

Completed in 135 milliseconds