Searched refs:be_queue_alloc (Results 1 – 2 of 2) sorted by relevance
/linux-3.3/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 135 static int be_queue_alloc(struct be_adapter *adapter, struct be_queue_info *q, in be_queue_alloc() function 1649 if (be_queue_alloc(adapter, cq, MCC_CQ_LEN, in be_mcc_queues_create() 1659 if (be_queue_alloc(adapter, q, MCC_Q_LEN, sizeof(struct be_mcc_wrb))) in be_mcc_queues_create() 1736 if (be_queue_alloc(adapter, eq, EVNT_Q_LEN, in be_tx_queues_create() 1746 if (be_queue_alloc(adapter, cq, TX_CQ_LEN, in be_tx_queues_create() 1754 if (be_queue_alloc(adapter, q, TX_Q_LEN, in be_tx_queues_create() 1819 rc = be_queue_alloc(adapter, eq, EVNT_Q_LEN, in be_rx_queues_create() 1832 rc = be_queue_alloc(adapter, cq, RX_CQ_LEN, in be_rx_queues_create() 1843 rc = be_queue_alloc(adapter, q, RX_Q_LEN, in be_rx_queues_create()
|
/linux-3.3/drivers/scsi/be2iscsi/ |
D | be_main.c | 2921 static int be_queue_alloc(struct beiscsi_hba *phba, struct be_queue_info *q, in be_queue_alloc() function 3096 if (be_queue_alloc(phba, cq, MCC_CQ_LEN, in be_mcc_queues_create() 3112 if (be_queue_alloc(phba, q, MCC_Q_LEN, sizeof(struct be_mcc_wrb))) in be_mcc_queues_create()
|