Home
last modified time | relevance | path

Searched refs:QEDI_PAGE_SIZE (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/scsi/qedi/
Dqedi.h49 #define QEDI_PAGE_SIZE 4096 macro
63 #define QEDI_PAGE_ALIGN(addr) ALIGN(addr, QEDI_PAGE_SIZE)
64 #define QEDI_PAGE_MASK (~((QEDI_PAGE_SIZE) - 1))
107 #define QEDI_RX_DESC_CNT (QEDI_PAGE_SIZE / sizeof(struct qedi_rx_bd))
Dqedi_main.c225 udev->ll2_ring_size = QEDI_PAGE_SIZE; in __qedi_alloc_uio_rings()
831 num_sq_pages = (MAX_OUTSTANDING_TASKS_PER_CON * 8) / QEDI_PAGE_SIZE; in qedi_set_iscsi_pf_param()
869 if ((1 << log_page_size) == QEDI_PAGE_SIZE) in qedi_set_iscsi_pf_param()
1429 dma_free_coherent(&qedi->pdev->dev, QEDI_PAGE_SIZE, in qedi_free_bdq()
1490 qedi->bdq_pbl_mem_size = ALIGN(qedi->bdq_pbl_mem_size, QEDI_PAGE_SIZE); in qedi_alloc_bdq()
1526 QEDI_PAGE_SIZE, in qedi_alloc_bdq()
1540 QEDI_PAGE_SIZE; in qedi_alloc_bdq()
1546 page += QEDI_PAGE_SIZE; in qedi_alloc_bdq()
1615 (QEDI_PAGE_SIZE - 1)); in qedi_alloc_global_queues()
1619 QEDI_PAGE_SIZE) * sizeof(void *); in qedi_alloc_global_queues()
[all …]
Dqedi_iscsi.c68 dma_free_coherent(&qedi->pdev->dev, QEDI_PAGE_SIZE, in qedi_conn_free_login_resources()
75 dma_free_coherent(&qedi->pdev->dev, QEDI_PAGE_SIZE, in qedi_conn_free_login_resources()
124 dma_alloc_coherent(&qedi->pdev->dev, QEDI_PAGE_SIZE, in qedi_conn_alloc_login_resources()
130 dma_alloc_coherent(&qedi->pdev->dev, QEDI_PAGE_SIZE, in qedi_conn_alloc_login_resources()
142 dma_free_coherent(&qedi->pdev->dev, QEDI_PAGE_SIZE, in qedi_conn_alloc_login_resources()
Dqedi_fw.c1814 if (addr % QEDI_PAGE_SIZE) in qedi_split_bd()
1816 (QEDI_PAGE_SIZE - (addr % QEDI_PAGE_SIZE)); in qedi_split_bd()
1885 if ((i == 0) && (sg_count > 1) && (end_addr % QEDI_PAGE_SIZE)) in qedi_map_scsi_sg()
1893 (sg_count > 1) && (addr % QEDI_PAGE_SIZE)) in qedi_map_scsi_sg()
1901 ((addr % QEDI_PAGE_SIZE) || in qedi_map_scsi_sg()
1902 (end_addr % QEDI_PAGE_SIZE))) in qedi_map_scsi_sg()