Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/scsi/lpfc/
Dlpfc_init.c8862 struct lpfc_rpi_hdr *rpi_hdr; in lpfc_sli4_init_rpi_hdrs() local
8870 rpi_hdr = lpfc_sli4_create_rpi_hdr(phba); in lpfc_sli4_init_rpi_hdrs()
8871 if (!rpi_hdr) { in lpfc_sli4_init_rpi_hdrs()
8899 struct lpfc_rpi_hdr *rpi_hdr; in lpfc_sli4_create_rpi_hdr() local
8939 rpi_hdr = NULL; in lpfc_sli4_create_rpi_hdr()
8944 rpi_hdr = NULL; in lpfc_sli4_create_rpi_hdr()
8949 rpi_hdr = kzalloc(sizeof(struct lpfc_rpi_hdr), GFP_KERNEL); in lpfc_sli4_create_rpi_hdr()
8950 if (!rpi_hdr) in lpfc_sli4_create_rpi_hdr()
8953 rpi_hdr->dmabuf = dmabuf; in lpfc_sli4_create_rpi_hdr()
8954 rpi_hdr->len = LPFC_HDR_TEMPLATE_SIZE; in lpfc_sli4_create_rpi_hdr()
[all …]
Dlpfc_sli.c19741 struct lpfc_rpi_hdr *rpi_hdr; in lpfc_sli4_alloc_rpi() local
19793 rpi_hdr = lpfc_sli4_create_rpi_hdr(phba); in lpfc_sli4_alloc_rpi()
19794 if (!rpi_hdr) { in lpfc_sli4_alloc_rpi()
19799 lrpi = rpi_hdr->start_rpi; in lpfc_sli4_alloc_rpi()
19800 rpi_hdr->start_rpi = phba->sli4_hba.rpi_ids[lrpi]; in lpfc_sli4_alloc_rpi()
19801 lpfc_sli4_post_rpi_hdr(phba, rpi_hdr); in lpfc_sli4_alloc_rpi()