Searched refs:bdq_pbl (Results 1 – 5 of 5) sorted by relevance
297 void *bdq_pbl; member
1503 if (qedi->bdq_pbl) in qedi_free_bdq()1505 qedi->bdq_pbl, qedi->bdq_pbl_dma); in qedi_free_bdq()1566 qedi->bdq_pbl = dma_alloc_coherent(&qedi->pdev->dev, in qedi_alloc_bdq()1569 if (!qedi->bdq_pbl) { in qedi_alloc_bdq()1578 pbl = (struct scsi_bd *)qedi->bdq_pbl; in qedi_alloc_bdq()
374 pbl = (struct scsi_bd *)qedi->bdq_pbl; in qedi_put_rq_bdq_buf()
376 void *bdq_pbl; member
2930 if (qedf->bdq_pbl) in qedf_free_bdq()2932 qedf->bdq_pbl, qedf->bdq_pbl_dma); in qedf_free_bdq()2987 qedf->bdq_pbl = dma_alloc_coherent(&qedf->pdev->dev, in qedf_alloc_bdq()2989 if (!qedf->bdq_pbl) { in qedf_alloc_bdq()2996 qedf->bdq_pbl, &qedf->bdq_pbl_dma); in qedf_alloc_bdq()3002 pbl = (struct scsi_bd *)qedf->bdq_pbl; in qedf_alloc_bdq()