Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_sli.c5337 struct lpfc_mbx_nembed_rsrc_extent *n_rsrc; in lpfc_sli4_alloc_extent() local
5382 n_rsrc = (struct lpfc_mbx_nembed_rsrc_extent *) virtaddr; in lpfc_sli4_alloc_extent()
5383 rsrc_cnt = bf_get(lpfc_mbx_rsrc_cnt, n_rsrc); in lpfc_sli4_alloc_extent()
5384 id_array = &n_rsrc->id; in lpfc_sli4_alloc_extent()
5960 struct lpfc_mbx_nembed_rsrc_extent *n_rsrc; in lpfc_sli4_get_allocated_extnts() local
6062 n_rsrc = (struct lpfc_mbx_nembed_rsrc_extent *) virtaddr; in lpfc_sli4_get_allocated_extnts()
6063 shdr = &n_rsrc->cfg_shdr; in lpfc_sli4_get_allocated_extnts()
6064 *extnt_cnt = bf_get(lpfc_mbx_rsrc_cnt, n_rsrc); in lpfc_sli4_get_allocated_extnts()