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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/benet/
H A Dbe_main.c122 static int be_queue_alloc(struct be_adapter *adapter, struct be_queue_info *q, function
1421 if (be_queue_alloc(adapter, cq, MCC_CQ_LEN,
1431 if (be_queue_alloc(adapter, q, MCC_Q_LEN, sizeof(struct be_mcc_wrb)))
1483 if (be_queue_alloc(adapter, eq, EVNT_Q_LEN, sizeof(struct be_eq_entry)))
1493 if (be_queue_alloc(adapter, cq, TX_CQ_LEN,
1503 if (be_queue_alloc(adapter, q, TX_Q_LEN, sizeof(struct be_eth_wrb)))
1567 rc = be_queue_alloc(adapter, eq, EVNT_Q_LEN,
1579 rc = be_queue_alloc(adapter, cq, RX_CQ_LEN,
1591 rc = be_queue_alloc(adapter, q, RX_Q_LEN, sizeof(struct be_eth_rx_d));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/be2iscsi/
H A Dbe_main.c2949 static int be_queue_alloc(struct beiscsi_hba *phba, struct be_queue_info *q, function
3124 if (be_queue_alloc(phba, cq, MCC_CQ_LEN,
3140 if (be_queue_alloc(phba, q, MCC_Q_LEN, sizeof(struct be_mcc_wrb)))

Completed in 115 milliseconds