Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_init.c7536 LPFC_HDR_TEMPLATE_SIZE, in lpfc_sli4_create_rpi_hdr()
7543 if (!IS_ALIGNED(dmabuf->phys, LPFC_HDR_TEMPLATE_SIZE)) { in lpfc_sli4_create_rpi_hdr()
7554 rpi_hdr->len = LPFC_HDR_TEMPLATE_SIZE; in lpfc_sli4_create_rpi_hdr()
7567 dma_free_coherent(&phba->pcidev->dev, LPFC_HDR_TEMPLATE_SIZE, in lpfc_sli4_create_rpi_hdr()
H A Dlpfc_hw4.h136 #define LPFC_HDR_TEMPLATE_SIZE 4096 macro