Searched refs:bdq_pbl (Results 1 – 5 of 5) sorted by relevance
296 void *bdq_pbl; member
1382 if (qedi->bdq_pbl) in qedi_free_bdq()1384 qedi->bdq_pbl, qedi->bdq_pbl_dma); in qedi_free_bdq()1446 qedi->bdq_pbl = dma_alloc_coherent(&qedi->pdev->dev, in qedi_alloc_bdq()1449 if (!qedi->bdq_pbl) { in qedi_alloc_bdq()1458 pbl = (struct scsi_bd *)qedi->bdq_pbl; in qedi_alloc_bdq()
373 pbl = (struct scsi_bd *)qedi->bdq_pbl; in qedi_put_rq_bdq_buf()
2600 if (qedf->bdq_pbl) in qedf_free_bdq()2602 qedf->bdq_pbl, qedf->bdq_pbl_dma); in qedf_free_bdq()2658 qedf->bdq_pbl = dma_alloc_coherent(&qedf->pdev->dev, in qedf_alloc_bdq()2660 if (!qedf->bdq_pbl) { in qedf_alloc_bdq()2667 qedf->bdq_pbl, &qedf->bdq_pbl_dma); in qedf_alloc_bdq()2673 pbl = (struct scsi_bd *)qedf->bdq_pbl; in qedf_alloc_bdq()
348 void *bdq_pbl; member