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

/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c528 hba->mp_bd_tbl = dma_alloc_coherent(&hba->pcidev->dev, PAGE_SIZE,
530 if (!hba->mp_bd_tbl) {
541 hba->mp_bd_tbl, hba->mp_bd_dma);
542 hba->mp_bd_tbl = NULL;
547 mp_bdt = (struct iscsi_bd *) hba->mp_bd_tbl;
567 if (hba->mp_bd_tbl) {
569 hba->mp_bd_tbl, hba->mp_bd_dma);
570 hba->mp_bd_tbl = NULL;
H A Dbnx2i.h318 * @mp_bd_tbl: BD table to be used with middle path requests
319 * @mp_bd_dma: DMA address of 'mp_bd_tbl' memory buffer
396 char *mp_bd_tbl; member in struct:bnx2i_hba

Completed in 28 milliseconds