Searched refs:be_queue_alloc (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/emulex/benet/ | 
| D | be_main.c | 157 static int be_queue_alloc(struct be_adapter *adapter, struct be_queue_info *q,  in be_queue_alloc()  function 2973 		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-v5.4/drivers/scsi/be2iscsi/ | 
| D | be_main.c | 3316 static int be_queue_alloc(struct beiscsi_hba *phba, struct be_queue_info *q,  in be_queue_alloc()  function 3515 	if (be_queue_alloc(phba, cq, MCC_CQ_LEN,  in be_mcc_queues_create() 3532 	if (be_queue_alloc(phba, q, MCC_Q_LEN, sizeof(struct be_mcc_wrb)))  in be_mcc_queues_create()
  |