Searched refs:QEDI_PAGE_SIZE (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/scsi/qedi/ |
H A 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))
|
H A D | qedi_main.c | 237 udev->ll2_ring_size = QEDI_PAGE_SIZE; in __qedi_alloc_uio_rings() 874 if ((1 << log_page_size) == QEDI_PAGE_SIZE) in qedi_set_iscsi_pf_param() 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 - 1)); in qedi_alloc_global_queues() 1717 QEDI_PAGE_SIZE; in qedi_alloc_global_queues() 1726 page += QEDI_PAGE_SIZE; in qedi_alloc_global_queues() 1769 ep->sq_mem_size += QEDI_PAGE_SIZE - 1; in qedi_alloc_sq() [all …]
|
H A 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()
|
H A 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()
|