Searched refs:rpi_hdr (Results 1 – 2 of 2) sorted by relevance
8863 struct lpfc_rpi_hdr *rpi_hdr; in lpfc_sli4_init_rpi_hdrs() local 8871 rpi_hdr = lpfc_sli4_create_rpi_hdr(phba); in lpfc_sli4_init_rpi_hdrs() 8872 if (!rpi_hdr) { in lpfc_sli4_init_rpi_hdrs() 8900 struct lpfc_rpi_hdr *rpi_hdr; in lpfc_sli4_create_rpi_hdr() local 8940 rpi_hdr = NULL; in lpfc_sli4_create_rpi_hdr() 8945 rpi_hdr = NULL; in lpfc_sli4_create_rpi_hdr() 8950 rpi_hdr = kzalloc(sizeof(struct lpfc_rpi_hdr), GFP_KERNEL); in lpfc_sli4_create_rpi_hdr() 8951 if (!rpi_hdr) in lpfc_sli4_create_rpi_hdr() 8954 rpi_hdr->dmabuf = dmabuf; in lpfc_sli4_create_rpi_hdr() 8955 rpi_hdr in lpfc_sli4_create_rpi_hdr() 8987 struct lpfc_rpi_hdr *rpi_hdr, *next_rpi_hdr; lpfc_sli4_remove_rpi_hdrs() local [all...]
19742 struct lpfc_rpi_hdr *rpi_hdr; in lpfc_sli4_alloc_rpi() local 19794 rpi_hdr = lpfc_sli4_create_rpi_hdr(phba); in lpfc_sli4_alloc_rpi() 19795 if (!rpi_hdr) { in lpfc_sli4_alloc_rpi() 19800 lrpi = rpi_hdr->start_rpi; in lpfc_sli4_alloc_rpi() 19801 rpi_hdr->start_rpi = phba->sli4_hba.rpi_ids[lrpi]; in lpfc_sli4_alloc_rpi() 19802 lpfc_sli4_post_rpi_hdr(phba, rpi_hdr); in lpfc_sli4_alloc_rpi()