Home
last modified time | relevance | path

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

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