Searched refs:els_xri_cnt (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/scsi/lpfc/
H A Dlpfc_init.c4620 int els_xri_cnt; local
4622 els_xri_cnt = lpfc_sli4_get_els_iocb_cnt(phba);
4625 els_xri_cnt);
4631 if (phba->sli4_hba.max_cfg_param.max_xri <= els_xri_cnt) {
4636 els_xri_cnt);
4642 kzalloc((sizeof(struct lpfc_sglq *) * els_xri_cnt),
4649 els_xri_cnt);
4655 phba->sli4_hba.max_cfg_param.max_xri - els_xri_cnt;
4671 for (i = 0; i < els_xri_cnt; i++) {
4676 __func__, i, els_xri_cnt);
[all...]
H A Dlpfc_sli.c10861 int els_xri_cnt, rc = 0; local
10866 els_xri_cnt = lpfc_sli4_get_els_iocb_cnt(phba);
10868 reqlen = els_xri_cnt * sizeof(struct sgl_page_pairs) +
10903 for (pg_pairs = 0; pg_pairs < els_xri_cnt; pg_pairs++) {
10920 bf_set(lpfc_post_sgl_pages_xricnt, sgl, els_xri_cnt);

Completed in 69 milliseconds