Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc_sli.c6420 struct lpfc_mbx_nembed_rsrc_extent *n_rsrc; in lpfc_sli4_alloc_extent() local
6465 n_rsrc = (struct lpfc_mbx_nembed_rsrc_extent *) virtaddr; in lpfc_sli4_alloc_extent()
6466 rsrc_cnt = bf_get(lpfc_mbx_rsrc_cnt, n_rsrc); in lpfc_sli4_alloc_extent()
6467 id_array = &n_rsrc->id; in lpfc_sli4_alloc_extent()
7435 struct lpfc_mbx_nembed_rsrc_extent *n_rsrc; in lpfc_sli4_get_allocated_extnts() local
7537 n_rsrc = (struct lpfc_mbx_nembed_rsrc_extent *) virtaddr; in lpfc_sli4_get_allocated_extnts()
7538 shdr = &n_rsrc->cfg_shdr; in lpfc_sli4_get_allocated_extnts()
7539 *extnt_cnt = bf_get(lpfc_mbx_rsrc_cnt, n_rsrc); in lpfc_sli4_get_allocated_extnts()