Home
last modified time | relevance | path

Searched refs:QEDI_PAGE_SIZE (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/qedi/
H A 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))
H A Dqedi_main.c237 udev->ll2_ring_size = QEDI_PAGE_SIZE; in __qedi_alloc_uio_rings()
837 num_sq_pages = (MAX_OUTSTANDING_TASKS_PER_CON * 8) / QEDI_PAGE_SIZE; in qedi_set_iscsi_pf_param()
875 if ((1 << log_page_size) == QEDI_PAGE_SIZE) in qedi_set_iscsi_pf_param()
1500 dma_free_coherent(&qedi->pdev->dev, QEDI_PAGE_SIZE, in qedi_free_bdq()
1561 qedi->bdq_pbl_mem_size = ALIGN(qedi->bdq_pbl_mem_size, QEDI_PAGE_SIZE); in qedi_alloc_bdq()
1597 QEDI_PAGE_SIZE, in qedi_alloc_bdq()
1611 QEDI_PAGE_SIZE; in qedi_alloc_bdq()
1617 page += QEDI_PAGE_SIZE; in qedi_alloc_bdq()
1687 (QEDI_PAGE_SIZE - 1)); in qedi_alloc_global_queues()
1691 QEDI_PAGE_SIZE) * sizeo in qedi_alloc_global_queues()
[all...]
H A Dqedi_fw.c1811 if (addr % QEDI_PAGE_SIZE) in qedi_split_bd()
1813 (QEDI_PAGE_SIZE - (addr % QEDI_PAGE_SIZE)); in qedi_split_bd()
1882 if ((i == 0) && (sg_count > 1) && (end_addr % QEDI_PAGE_SIZE)) in qedi_map_scsi_sg()
1890 (sg_count > 1) && (addr % QEDI_PAGE_SIZE)) in qedi_map_scsi_sg()
1898 ((addr % QEDI_PAGE_SIZE) || in qedi_map_scsi_sg()
1899 (end_addr % QEDI_PAGE_SIZE))) in qedi_map_scsi_sg()
H A 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()
/kernel/linux/linux-6.6/drivers/scsi/qedi/
H A 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))
H A Dqedi_main.c237 udev->ll2_ring_size = QEDI_PAGE_SIZE; in __qedi_alloc_uio_rings()
835 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()
1559 qedi->bdq_pbl_mem_size = ALIGN(qedi->bdq_pbl_mem_size, QEDI_PAGE_SIZE); in qedi_alloc_bdq()
1595 QEDI_PAGE_SIZE, in qedi_alloc_bdq()
1609 QEDI_PAGE_SIZE; in qedi_alloc_bdq()
1683 (QEDI_PAGE_SIZE - 1)); in qedi_alloc_global_queues()
1687 QEDI_PAGE_SIZE) * sizeof(void *); in qedi_alloc_global_queues()
1690 (QEDI_PAGE_SIZE in qedi_alloc_global_queues()
[all...]
H A Dqedi_fw.c1754 if (addr % QEDI_PAGE_SIZE) in qedi_split_bd()
1756 (QEDI_PAGE_SIZE - (addr % QEDI_PAGE_SIZE)); in qedi_split_bd()
1825 if ((i == 0) && (sg_count > 1) && (end_addr % QEDI_PAGE_SIZE)) in qedi_map_scsi_sg()
1833 (sg_count > 1) && (addr % QEDI_PAGE_SIZE)) in qedi_map_scsi_sg()
1841 ((addr % QEDI_PAGE_SIZE) || in qedi_map_scsi_sg()
1842 (end_addr % QEDI_PAGE_SIZE))) in qedi_map_scsi_sg()
H A Dqedi_iscsi.c69 dma_free_coherent(&qedi->pdev->dev, QEDI_PAGE_SIZE, in qedi_conn_free_login_resources()
76 dma_free_coherent(&qedi->pdev->dev, QEDI_PAGE_SIZE, in qedi_conn_free_login_resources()
125 dma_alloc_coherent(&qedi->pdev->dev, QEDI_PAGE_SIZE, in qedi_conn_alloc_login_resources()
131 dma_alloc_coherent(&qedi->pdev->dev, QEDI_PAGE_SIZE, in qedi_conn_alloc_login_resources()
143 dma_free_coherent(&qedi->pdev->dev, QEDI_PAGE_SIZE, in qedi_conn_alloc_login_resources()

Completed in 21 milliseconds