Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c8844 struct lpfc_rpi_hdr *rpi_hdr; in lpfc_sli4_init_rpi_hdrs() local
8852 rpi_hdr = lpfc_sli4_create_rpi_hdr(phba); in lpfc_sli4_init_rpi_hdrs()
8853 if (!rpi_hdr) { in lpfc_sli4_init_rpi_hdrs()
8881 struct lpfc_rpi_hdr *rpi_hdr; in lpfc_sli4_create_rpi_hdr() local
8921 rpi_hdr = NULL; in lpfc_sli4_create_rpi_hdr()
8926 rpi_hdr = NULL; in lpfc_sli4_create_rpi_hdr()
8931 rpi_hdr = kzalloc_obj(struct lpfc_rpi_hdr); in lpfc_sli4_create_rpi_hdr()
8932 if (!rpi_hdr) in lpfc_sli4_create_rpi_hdr()
8935 rpi_hdr->dmabuf = dmabuf; in lpfc_sli4_create_rpi_hdr()
8936 rpi_hdr->len = LPFC_HDR_TEMPLATE_SIZE; in lpfc_sli4_create_rpi_hdr()
[all …]
H A Dlpfc_sli.c19807 struct lpfc_rpi_hdr *rpi_hdr; in lpfc_sli4_alloc_rpi() local
19859 rpi_hdr = lpfc_sli4_create_rpi_hdr(phba); in lpfc_sli4_alloc_rpi()
19860 if (!rpi_hdr) { in lpfc_sli4_alloc_rpi()
19865 lrpi = rpi_hdr->start_rpi; in lpfc_sli4_alloc_rpi()
19866 rpi_hdr->start_rpi = phba->sli4_hba.rpi_ids[lrpi]; in lpfc_sli4_alloc_rpi()
19867 lpfc_sli4_post_rpi_hdr(phba, rpi_hdr); in lpfc_sli4_alloc_rpi()