Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/lpfc/
Dlpfc_sli.c6416 struct lpfc_mbx_nembed_rsrc_extent *n_rsrc; in lpfc_sli4_alloc_extent() local
6461 n_rsrc = (struct lpfc_mbx_nembed_rsrc_extent *) virtaddr; in lpfc_sli4_alloc_extent()
6462 rsrc_cnt = bf_get(lpfc_mbx_rsrc_cnt, n_rsrc); in lpfc_sli4_alloc_extent()
6463 id_array = &n_rsrc->id; in lpfc_sli4_alloc_extent()
7426 struct lpfc_mbx_nembed_rsrc_extent *n_rsrc; in lpfc_sli4_get_allocated_extnts() local
7528 n_rsrc = (struct lpfc_mbx_nembed_rsrc_extent *) virtaddr; in lpfc_sli4_get_allocated_extnts()
7529 shdr = &n_rsrc->cfg_shdr; in lpfc_sli4_get_allocated_extnts()
7530 *extnt_cnt = bf_get(lpfc_mbx_rsrc_cnt, n_rsrc); in lpfc_sli4_get_allocated_extnts()