Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/emulex/benet/
Dbe_main.c156 static int be_queue_alloc(struct be_adapter *adapter, struct be_queue_info *q, in be_queue_alloc() function
2972 rc = be_queue_alloc(adapter, eq, EVNT_Q_LEN, in be_evt_queues_create()
3011 if (be_queue_alloc(adapter, cq, MCC_CQ_LEN, in be_mcc_queues_create()
3020 if (be_queue_alloc(adapter, q, MCC_Q_LEN, sizeof(struct be_mcc_wrb))) in be_mcc_queues_create()
3068 status = be_queue_alloc(adapter, cq, TX_CQ_LEN, in be_tx_qs_create()
3084 status = be_queue_alloc(adapter, &txo->q, TX_Q_LEN, in be_tx_qs_create()
3141 rc = be_queue_alloc(adapter, cq, RX_CQ_LEN, in be_rx_cqs_create()
3688 rc = be_queue_alloc(adapter, &rxo->q, RX_Q_LEN, in be_rx_qs_create()
/linux-6.1.9/drivers/scsi/be2iscsi/
Dbe_main.c3329 static int be_queue_alloc(struct beiscsi_hba *phba, struct be_queue_info *q, in be_queue_alloc() function
3527 if (be_queue_alloc(phba, cq, MCC_CQ_LEN, in be_mcc_queues_create()
3544 if (be_queue_alloc(phba, q, MCC_Q_LEN, sizeof(struct be_mcc_wrb))) in be_mcc_queues_create()