txbmp 3114 drivers/scsi/lpfc/lpfc_bsg.c struct lpfc_dmabuf *txbmp; txbmp 3227 drivers/scsi/lpfc/lpfc_bsg.c txbmp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); txbmp 3229 drivers/scsi/lpfc/lpfc_bsg.c if (txbmp) { txbmp 3230 drivers/scsi/lpfc/lpfc_bsg.c txbmp->virt = lpfc_mbuf_alloc(phba, 0, &txbmp->phys); txbmp 3231 drivers/scsi/lpfc/lpfc_bsg.c if (txbmp->virt) { txbmp 3232 drivers/scsi/lpfc/lpfc_bsg.c INIT_LIST_HEAD(&txbmp->list); txbmp 3233 drivers/scsi/lpfc/lpfc_bsg.c txbpl = (struct ulp_bde64 *) txbmp->virt; txbmp 3239 drivers/scsi/lpfc/lpfc_bsg.c if (!cmdiocbq || !txbmp || !txbpl || !txbuffer || !txbmp->virt) { txbmp 3282 drivers/scsi/lpfc/lpfc_bsg.c cmd->un.xseq64.bdl.addrHigh = putPaddrHigh(txbmp->phys); txbmp 3283 drivers/scsi/lpfc/lpfc_bsg.c cmd->un.xseq64.bdl.addrLow = putPaddrLow(txbmp->phys); txbmp 3302 drivers/scsi/lpfc/lpfc_bsg.c cmdiocbq->context3 = txbmp; txbmp 3377 drivers/scsi/lpfc/lpfc_bsg.c if (txbmp != NULL) { txbmp 3381 drivers/scsi/lpfc/lpfc_bsg.c lpfc_mbuf_free(phba, txbmp->virt, txbmp->phys); txbmp 3383 drivers/scsi/lpfc/lpfc_bsg.c kfree(txbmp);