Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c529 hba->mp_bd_tbl = dma_alloc_coherent(&hba->pcidev->dev, CNIC_PAGE_SIZE, in bnx2i_setup_mp_bdt()
531 if (!hba->mp_bd_tbl) { in bnx2i_setup_mp_bdt()
543 hba->mp_bd_tbl, hba->mp_bd_dma); in bnx2i_setup_mp_bdt()
544 hba->mp_bd_tbl = NULL; in bnx2i_setup_mp_bdt()
549 mp_bdt = (struct iscsi_bd *) hba->mp_bd_tbl; in bnx2i_setup_mp_bdt()
569 if (hba->mp_bd_tbl) { in bnx2i_free_mp_bdt()
571 hba->mp_bd_tbl, hba->mp_bd_dma); in bnx2i_free_mp_bdt()
572 hba->mp_bd_tbl = NULL; in bnx2i_free_mp_bdt()
H A Dbnx2i.h368 * @mp_bd_tbl: BD table to be used with middle path requests
369 * @mp_bd_dma: DMA address of 'mp_bd_tbl' memory buffer
449 char *mp_bd_tbl; member
/kernel/linux/linux-6.6/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c529 hba->mp_bd_tbl = dma_alloc_coherent(&hba->pcidev->dev, CNIC_PAGE_SIZE, in bnx2i_setup_mp_bdt()
531 if (!hba->mp_bd_tbl) { in bnx2i_setup_mp_bdt()
543 hba->mp_bd_tbl, hba->mp_bd_dma); in bnx2i_setup_mp_bdt()
544 hba->mp_bd_tbl = NULL; in bnx2i_setup_mp_bdt()
549 mp_bdt = (struct iscsi_bd *) hba->mp_bd_tbl; in bnx2i_setup_mp_bdt()
569 if (hba->mp_bd_tbl) { in bnx2i_free_mp_bdt()
571 hba->mp_bd_tbl, hba->mp_bd_dma); in bnx2i_free_mp_bdt()
572 hba->mp_bd_tbl = NULL; in bnx2i_free_mp_bdt()
H A Dbnx2i.h368 * @mp_bd_tbl: BD table to be used with middle path requests
369 * @mp_bd_dma: DMA address of 'mp_bd_tbl' memory buffer
449 char *mp_bd_tbl; member

Completed in 10 milliseconds