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

/linux-master/drivers/scsi/be2iscsi/
H A Dbe_main.c642 phba->params.cxns_per_ctrl = total_cid_count;
2380 * phba->params.cxns_per_ctrl;
2384 phba->params.cxns_per_ctrl);
2479 phwi_ctrlr->wrb_context = kcalloc(phba->params.cxns_per_ctrl,
2632 phwi_ctxt->be_wrbq = kcalloc(phba->params.cxns_per_ctrl,
2641 for (index = 0; index < phba->params.cxns_per_ctrl; index++) {
2687 for (index = 0; index < phba->params.cxns_per_ctrl; index++) {
3366 pwrb_arr = kmalloc_array(phba->params.cxns_per_ctrl,
3379 for (num = 0; num < phba->params.cxns_per_ctrl; num++) {
3415 for (i = 0; i < phba->params.cxns_per_ctrl;
[all...]
H A Dbe_main.h217 unsigned int cxns_per_ctrl; member in struct:hba_parameters

Completed in 139 milliseconds