Lines Matching refs:lsrjt
4485 ha->lsrjt.size = sizeof(struct fcnvme_ls_rjt);
4486 ha->lsrjt.c = dma_alloc_coherent(&ha->pdev->dev, ha->lsrjt.size,
4487 &ha->lsrjt.cdma, GFP_KERNEL);
4488 if (!ha->lsrjt.c) {
5028 if (ha->lsrjt.c) {
5029 dma_free_coherent(&ha->pdev->dev, ha->lsrjt.size, ha->lsrjt.c,
5030 ha->lsrjt.cdma);
5031 ha->lsrjt.c = NULL;