Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_sli.c5818 struct lpfc_mbx_alloc_rsrc_extents *rsrc_ext; in lpfc_sli4_alloc_extent() local
5857 rsrc_ext = &mbox->u.mqe.un.alloc_rsrc_extents; in lpfc_sli4_alloc_extent()
5858 id_array = &rsrc_ext->u.rsp.id[0]; in lpfc_sli4_alloc_extent()
5859 rsrc_cnt = bf_get(lpfc_mbx_rsrc_cnt, &rsrc_ext->u.rsp); in lpfc_sli4_alloc_extent()
6760 struct lpfc_mbx_alloc_rsrc_extents *rsrc_ext; in lpfc_sli4_get_allocated_extnts() local
6856 rsrc_ext = &mbox->u.mqe.un.alloc_rsrc_extents; in lpfc_sli4_get_allocated_extnts()
6857 shdr = &rsrc_ext->header.cfg_shdr; in lpfc_sli4_get_allocated_extnts()
6858 *extnt_cnt = bf_get(lpfc_mbx_rsrc_cnt, &rsrc_ext->u.rsp); in lpfc_sli4_get_allocated_extnts()