Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/qedi/
Dqedi.h50 #define QEDI_PAGE_SIZE 4096 macro
64 #define QEDI_PAGE_ALIGN(addr) ALIGN(addr, QEDI_PAGE_SIZE)
65 #define QEDI_PAGE_MASK (~((QEDI_PAGE_SIZE) - 1))
108 #define QEDI_RX_DESC_CNT (QEDI_PAGE_SIZE / sizeof(struct qedi_rx_bd))
Dqedi_main.c236 udev->ll2_ring_size = QEDI_PAGE_SIZE; in __qedi_alloc_uio_rings()
836 num_sq_pages = (MAX_OUTSTANDING_TASKS_PER_CON * 8) / QEDI_PAGE_SIZE; in qedi_set_iscsi_pf_param()
874 if ((1 << log_page_size) == QEDI_PAGE_SIZE) in qedi_set_iscsi_pf_param()
1499 dma_free_coherent(&qedi->pdev->dev, QEDI_PAGE_SIZE, in qedi_free_bdq()
1560 qedi->bdq_pbl_mem_size = ALIGN(qedi->bdq_pbl_mem_size, QEDI_PAGE_SIZE); in qedi_alloc_bdq()
1596 QEDI_PAGE_SIZE, in qedi_alloc_bdq()
1610 QEDI_PAGE_SIZE; in qedi_alloc_bdq()
1616 page += QEDI_PAGE_SIZE; in qedi_alloc_bdq()
1685 (QEDI_PAGE_SIZE - 1)); in qedi_alloc_global_queues()
1689 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.c1831 if (addr % QEDI_PAGE_SIZE) in qedi_split_bd()
1833 (QEDI_PAGE_SIZE - (addr % QEDI_PAGE_SIZE)); in qedi_split_bd()
1902 if ((i == 0) && (sg_count > 1) && (end_addr % QEDI_PAGE_SIZE)) in qedi_map_scsi_sg()
1910 (sg_count > 1) && (addr % QEDI_PAGE_SIZE)) in qedi_map_scsi_sg()
1918 ((addr % QEDI_PAGE_SIZE) || in qedi_map_scsi_sg()
1919 (end_addr % QEDI_PAGE_SIZE))) in qedi_map_scsi_sg()