Searched refs:QEDI_PAGE_SIZE (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/scsi/qedi/ |
D | qedi.h | 50 #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))
|
D | qedi_main.c | 236 udev->ll2_ring_size = QEDI_PAGE_SIZE; in __qedi_alloc_uio_rings() 834 num_sq_pages = (MAX_OUTSTANDING_TASKS_PER_CON * 8) / QEDI_PAGE_SIZE; in qedi_set_iscsi_pf_param() 873 if ((1 << log_page_size) == QEDI_PAGE_SIZE) in qedi_set_iscsi_pf_param() 1498 dma_free_coherent(&qedi->pdev->dev, QEDI_PAGE_SIZE, in qedi_free_bdq() 1558 qedi->bdq_pbl_mem_size = ALIGN(qedi->bdq_pbl_mem_size, QEDI_PAGE_SIZE); in qedi_alloc_bdq() 1594 QEDI_PAGE_SIZE, in qedi_alloc_bdq() 1608 QEDI_PAGE_SIZE; in qedi_alloc_bdq() 1682 (QEDI_PAGE_SIZE - 1)); in qedi_alloc_global_queues() 1686 QEDI_PAGE_SIZE) * sizeof(void *); in qedi_alloc_global_queues() 1689 (QEDI_PAGE_SIZE - 1)); in qedi_alloc_global_queues() [all …]
|
D | qedi_iscsi.c | 69 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()
|
D | qedi_fw.c | 1754 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()
|