Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc.h282 struct io_bdt **io_bdt_pool;
438 struct io_bdt *bd_tbl;
468 struct io_bdt { struct
Dbnx2fc_io.c201 struct io_bdt *bdt_info; in bnx2fc_cmd_mgr_alloc()
284 mem_size = num_ios * sizeof(struct io_bdt *); in bnx2fc_cmd_mgr_alloc()
291 mem_size = sizeof(struct io_bdt); in bnx2fc_cmd_mgr_alloc()
325 struct io_bdt *bdt_info; in bnx2fc_cmd_mgr_free()
388 struct io_bdt *bd_tbl; in bnx2fc_elstm_alloc()
458 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.4.14/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()