Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_sli.c5940 struct lpfc_mbx_nembed_rsrc_extent *n_rsrc; in lpfc_sli4_alloc_extent() local
5985 n_rsrc = (struct lpfc_mbx_nembed_rsrc_extent *) virtaddr; in lpfc_sli4_alloc_extent()
5986 rsrc_cnt = bf_get(lpfc_mbx_rsrc_cnt, n_rsrc); in lpfc_sli4_alloc_extent()
5987 id_array = &n_rsrc->id; in lpfc_sli4_alloc_extent()
6906 struct lpfc_mbx_nembed_rsrc_extent *n_rsrc; in lpfc_sli4_get_allocated_extnts() local
7008 n_rsrc = (struct lpfc_mbx_nembed_rsrc_extent *) virtaddr; in lpfc_sli4_get_allocated_extnts()
7009 shdr = &n_rsrc->cfg_shdr; in lpfc_sli4_get_allocated_extnts()
7010 *extnt_cnt = bf_get(lpfc_mbx_rsrc_cnt, n_rsrc); in lpfc_sli4_get_allocated_extnts()