Home
last modified time | relevance | path

Searched refs:io_bdt (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/scsi/bnx2fc/
Dbnx2fc.h282 struct io_bdt **io_bdt_pool;
439 struct io_bdt *bd_tbl;
469 struct io_bdt { struct
Dbnx2fc_io.c246 struct io_bdt *bdt_info; in bnx2fc_cmd_mgr_alloc()
329 mem_size = num_ios * sizeof(struct io_bdt *); in bnx2fc_cmd_mgr_alloc()
336 mem_size = sizeof(struct io_bdt); in bnx2fc_cmd_mgr_alloc()
370 struct io_bdt *bdt_info; in bnx2fc_cmd_mgr_free()
433 struct io_bdt *bd_tbl; in bnx2fc_elstm_alloc()
503 struct io_bdt *bd_tbl; in bnx2fc_cmd_alloc()
Dbnx2fc_hwi.c1688 struct io_bdt *bd_tbl = io_req->bd_tbl; in bnx2fc_init_task()
/linux-4.1.27/drivers/scsi/bnx2i/
Dbnx2i.h239 struct io_bdt { struct
262 struct io_bdt io_tbl; argument
Dbnx2i_iscsi.c447 struct io_bdt *io = &cmd->io_tbl; in bnx2i_alloc_bdt()