Searched refs:rxbmp (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_bsg.c2886 struct lpfc_dmabuf *rxbmp; local
2899 rxbmp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL);
2900 if (rxbmp != NULL) {
2901 rxbmp->virt = lpfc_mbuf_alloc(phba, 0, &rxbmp->phys);
2902 if (rxbmp->virt) {
2903 INIT_LIST_HEAD(&rxbmp->list);
2904 rxbpl = (struct ulp_bde64 *) rxbmp->virt;
2909 if (!cmdiocbq || !rxbmp || !rxbpl || !rxbuffer || !pring) {
2991 if (rxbmp) {
[all...]

Completed in 246 milliseconds