Home
last modified time | relevance | path

Searched refs:rsrc_cnt (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/scsi/lpfc/
Dlpfc_sli.c5122 uint16_t rsrc_id_cnt, rsrc_cnt, rsrc_size; in lpfc_sli4_alloc_extent() local
5138 &rsrc_cnt, in lpfc_sli4_alloc_extent()
5143 if ((rsrc_cnt == 0) || (rsrc_size == 0)) { in lpfc_sli4_alloc_extent()
5147 "Size 0x%x\n", type, rsrc_cnt, in lpfc_sli4_alloc_extent()
5155 "Size 0x%x\n", type, rsrc_cnt, in lpfc_sli4_alloc_extent()
5162 rc = lpfc_sli4_cfg_post_extnts(phba, &rsrc_cnt, type, &emb, mbox); in lpfc_sli4_alloc_extent()
5177 rsrc_cnt = bf_get(lpfc_mbx_rsrc_cnt, &rsrc_ext->u.rsp); in lpfc_sli4_alloc_extent()
5181 rsrc_cnt = bf_get(lpfc_mbx_rsrc_cnt, n_rsrc); in lpfc_sli4_alloc_extent()
5185 longs = ((rsrc_cnt * rsrc_size) + BITS_PER_LONG - 1) / BITS_PER_LONG; in lpfc_sli4_alloc_extent()
5186 rsrc_id_cnt = rsrc_cnt * rsrc_size; in lpfc_sli4_alloc_extent()
[all …]