Searched refs:hdr_tmpl (Results 1 – 2 of 2) sorted by relevance
18591 struct lpfc_mbx_post_hdr_tmpl *hdr_tmpl; in lpfc_sli4_post_rpi_hdr() local18612 hdr_tmpl = &mboxq->u.mqe.un.hdr_tmpl; in lpfc_sli4_post_rpi_hdr()18621 bf_set(lpfc_mbx_post_hdr_tmpl_rpi_offset, hdr_tmpl, in lpfc_sli4_post_rpi_hdr()18624 hdr_tmpl, rpi_page->page_count); in lpfc_sli4_post_rpi_hdr()18626 hdr_tmpl->rpi_paddr_lo = putPaddrLow(rpi_page->dmabuf->phys); in lpfc_sli4_post_rpi_hdr()18627 hdr_tmpl->rpi_paddr_hi = putPaddrHigh(rpi_page->dmabuf->phys); in lpfc_sli4_post_rpi_hdr()18629 shdr = (union lpfc_sli4_cfg_shdr *) &hdr_tmpl->header.cfg_shdr; in lpfc_sli4_post_rpi_hdr()
3818 struct lpfc_mbx_post_hdr_tmpl hdr_tmpl; member