Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qedi/
Dqedi_iscsi.h97 u32 sq_pbl_size; member
Dqedi_main.c1651 ep->sq_pbl_size = (ep->sq_mem_size / QEDI_PAGE_SIZE) * sizeof(void *); in qedi_alloc_sq()
1652 ep->sq_pbl_size = ep->sq_pbl_size + QEDI_PAGE_SIZE; in qedi_alloc_sq()
1662 ep->sq_pbl = dma_zalloc_coherent(&qedi->pdev->dev, ep->sq_pbl_size, in qedi_alloc_sq()
1696 dma_free_coherent(&qedi->pdev->dev, ep->sq_pbl_size, ep->sq_pbl, in qedi_free_sq()
/Linux-v4.19/drivers/scsi/qedf/
Dqedf.h203 u32 sq_pbl_size; member
Dqedf_main.c1050 fcport->sq_pbl_size = (fcport->sq_mem_size / QEDF_PAGE_SIZE) * in qedf_alloc_sq()
1052 fcport->sq_pbl_size = fcport->sq_pbl_size + QEDF_PAGE_SIZE; in qedf_alloc_sq()
1063 fcport->sq_pbl_size, &fcport->sq_pbl_dma, GFP_KERNEL); in qedf_alloc_sq()
1095 dma_free_coherent(&qedf->pdev->dev, fcport->sq_pbl_size, in qedf_free_sq()