Searched refs:rpi_hdr (Results 1 – 2 of 2) sorted by relevance
5893 struct lpfc_rpi_hdr *rpi_hdr; in lpfc_sli4_init_rpi_hdrs() local5901 rpi_hdr = lpfc_sli4_create_rpi_hdr(phba); in lpfc_sli4_init_rpi_hdrs()5902 if (!rpi_hdr) { in lpfc_sli4_init_rpi_hdrs()5930 struct lpfc_rpi_hdr *rpi_hdr; in lpfc_sli4_create_rpi_hdr() local5980 rpi_hdr = NULL; in lpfc_sli4_create_rpi_hdr()5985 rpi_hdr = NULL; in lpfc_sli4_create_rpi_hdr()5990 rpi_hdr = kzalloc(sizeof(struct lpfc_rpi_hdr), GFP_KERNEL); in lpfc_sli4_create_rpi_hdr()5991 if (!rpi_hdr) in lpfc_sli4_create_rpi_hdr()5994 rpi_hdr->dmabuf = dmabuf; in lpfc_sli4_create_rpi_hdr()5995 rpi_hdr->len = LPFC_HDR_TEMPLATE_SIZE; in lpfc_sli4_create_rpi_hdr()[all …]
15703 struct lpfc_rpi_hdr *rpi_hdr; in lpfc_sli4_alloc_rpi() local15754 rpi_hdr = lpfc_sli4_create_rpi_hdr(phba); in lpfc_sli4_alloc_rpi()15755 if (!rpi_hdr) { in lpfc_sli4_alloc_rpi()15760 lrpi = rpi_hdr->start_rpi; in lpfc_sli4_alloc_rpi()15761 rpi_hdr->start_rpi = phba->sli4_hba.rpi_ids[lrpi]; in lpfc_sli4_alloc_rpi()15762 lpfc_sli4_post_rpi_hdr(phba, rpi_hdr); in lpfc_sli4_alloc_rpi()