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

/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c57 struct iscsi_bd *bd_tbl = cmd->io_tbl.bd_tbl; local
62 while (buf_off >= (cur_offset + bd_tbl->buffer_length)) {
63 cur_offset += bd_tbl->buffer_length;
65 bd_tbl++;
124 i, cmd->io_tbl.bd_tbl[i].\
144 struct iscsi_bd *bd = cmd->io_tbl.bd_tbl;
190 struct iscsi_bd *bd = cmd->io_tbl.bd_tbl;
448 io->bd_tbl = dma_alloc_coherent(&hba->pcidev->dev,
451 if (!io->bd_tbl) {
1043 struct iscsi_bd *bd_tbl; local
[all...]
H A Dbnx2i.h192 * @bd_tbl: BD table's virtual address
199 struct iscsi_bd *bd_tbl; member in struct:io_bdt
/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c346 bdt_info->bd_tbl = dma_alloc_coherent(&hba->pcidev->dev,
350 if (!bdt_info->bd_tbl) {
383 if (bdt_info->bd_tbl) {
385 bdt_info->bd_tbl,
387 bdt_info->bd_tbl = NULL;
430 struct io_bdt *bd_tbl; local
485 bd_tbl = io_req->bd_tbl = cmd_mgr->io_bdt_pool[xid];
486 bd_tbl->io_req = io_req;
500 struct io_bdt *bd_tbl; local
[all...]
H A Dbnx2fc_hwi.c1475 struct fcoe_bd_ctx *bd = orig_io_req->bd_tbl->bd_tbl;
1483 u64 phys_addr = (u64)orig_io_req->bd_tbl->bd_tbl_dma;
1515 bd_count = orig_io_req->bd_tbl->bd_valid;
1696 struct io_bdt *bd_tbl = io_req->bd_tbl; local
1718 bd_count = bd_tbl->bd_valid;
1722 struct fcoe_bd_ctx *fcoe_bd_tbl = bd_tbl->bd_tbl;
1738 (u32)bd_tbl
[all...]
H A Dbnx2fc.h403 struct io_bdt *bd_tbl; member in struct:bnx2fc_cmd
435 struct fcoe_bd_ctx *bd_tbl; member in struct:io_bdt

Completed in 83 milliseconds