Searched refs:SLI4_PAGE_SIZE (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/lpfc/
H A Dlpfc_mbox.c1639 dma_free_coherent(&phba->pcidev->dev, SLI4_PAGE_SIZE,
1697 pcount = (PAGE_ALIGN(length))/SLI4_PAGE_SIZE;
1712 * page, this is used as a priori size of SLI4_PAGE_SIZE for
1715 viraddr = dma_alloc_coherent(&phba->pcidev->dev, SLI4_PAGE_SIZE,
1720 memset(viraddr, 0, SLI4_PAGE_SIZE);
1726 if (resid_len > SLI4_PAGE_SIZE) {
1728 SLI4_PAGE_SIZE);
1729 alloc_len += SLI4_PAGE_SIZE;
H A Dlpfc_sli.c4332 vpd_size = SLI4_PAGE_SIZE;
9637 dma_free_coherent(&queue->phba->pcidev->dev, SLI4_PAGE_SIZE,
9666 hw_page_size = SLI4_PAGE_SIZE;
9742 hw_page_size = SLI4_PAGE_SIZE;
9858 hw_page_size = SLI4_PAGE_SIZE;
10030 hw_page_size = SLI4_PAGE_SIZE;
10164 hw_page_size = SLI4_PAGE_SIZE;
10252 hw_page_size = SLI4_PAGE_SIZE;
10870 if (reqlen > SLI4_PAGE_SIZE) {
10976 if (reqlen > SLI4_PAGE_SIZE) {
[all...]
H A Dlpfc_hw4.h1983 #define SLI4_PAGE_SIZE 4096 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_mbox.c1639 dma_free_coherent(&phba->pcidev->dev, SLI4_PAGE_SIZE,
1697 pcount = (PAGE_ALIGN(length))/SLI4_PAGE_SIZE;
1712 * page, this is used as a priori size of SLI4_PAGE_SIZE for
1715 viraddr = dma_alloc_coherent(&phba->pcidev->dev, SLI4_PAGE_SIZE,
1720 memset(viraddr, 0, SLI4_PAGE_SIZE);
1726 if (resid_len > SLI4_PAGE_SIZE) {
1728 SLI4_PAGE_SIZE);
1729 alloc_len += SLI4_PAGE_SIZE;
H A Dlpfc_sli.c4332 vpd_size = SLI4_PAGE_SIZE;
9637 dma_free_coherent(&queue->phba->pcidev->dev, SLI4_PAGE_SIZE,
9666 hw_page_size = SLI4_PAGE_SIZE;
9742 hw_page_size = SLI4_PAGE_SIZE;
9858 hw_page_size = SLI4_PAGE_SIZE;
10030 hw_page_size = SLI4_PAGE_SIZE;
10164 hw_page_size = SLI4_PAGE_SIZE;
10252 hw_page_size = SLI4_PAGE_SIZE;
10870 if (reqlen > SLI4_PAGE_SIZE) {
10976 if (reqlen > SLI4_PAGE_SIZE) {
[all...]
H A Dlpfc_hw4.h1983 #define SLI4_PAGE_SIZE 4096 macro

Completed in 146 milliseconds