Searched refs:rpi_hdr (Results 1 – 2 of 2) sorted by relevance
8879 struct lpfc_rpi_hdr *rpi_hdr; in lpfc_sli4_init_rpi_hdrs() local8887 rpi_hdr = lpfc_sli4_create_rpi_hdr(phba); in lpfc_sli4_init_rpi_hdrs()8888 if (!rpi_hdr) { in lpfc_sli4_init_rpi_hdrs()8916 struct lpfc_rpi_hdr *rpi_hdr; in lpfc_sli4_create_rpi_hdr() local8956 rpi_hdr = NULL; in lpfc_sli4_create_rpi_hdr()8961 rpi_hdr = NULL; in lpfc_sli4_create_rpi_hdr()8966 rpi_hdr = kzalloc(sizeof(struct lpfc_rpi_hdr), GFP_KERNEL); in lpfc_sli4_create_rpi_hdr()8967 if (!rpi_hdr) in lpfc_sli4_create_rpi_hdr()8970 rpi_hdr->dmabuf = dmabuf; in lpfc_sli4_create_rpi_hdr()8971 rpi_hdr->len = LPFC_HDR_TEMPLATE_SIZE; in lpfc_sli4_create_rpi_hdr()[all …]
19724 struct lpfc_rpi_hdr *rpi_hdr; in lpfc_sli4_alloc_rpi() local19776 rpi_hdr = lpfc_sli4_create_rpi_hdr(phba); in lpfc_sli4_alloc_rpi()19777 if (!rpi_hdr) { in lpfc_sli4_alloc_rpi()19782 lrpi = rpi_hdr->start_rpi; in lpfc_sli4_alloc_rpi()19783 rpi_hdr->start_rpi = phba->sli4_hba.rpi_ids[lrpi]; in lpfc_sli4_alloc_rpi()19784 lpfc_sli4_post_rpi_hdr(phba, rpi_hdr); in lpfc_sli4_alloc_rpi()