Home
last modified time | relevance | path

Searched refs:io_bdt (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/qedf/
H A Dqedf.h142 struct io_bdt *bd_tbl;
427 struct io_bdt { struct
437 struct io_bdt **io_bdt_pool;
H A Dqedf_io.c113 struct io_bdt *bdt_info; in qedf_cmd_mgr_free()
140 /* Destroy io_bdt pool */ in qedf_cmd_mgr_free()
180 struct io_bdt *bdt_info; in qedf_cmd_mgr_alloc()
262 cmgr->io_bdt_pool = kmalloc_array(num_ios, sizeof(struct io_bdt *), in qedf_cmd_mgr_alloc()
271 cmgr->io_bdt_pool[i] = kmalloc(sizeof(struct io_bdt), in qedf_cmd_mgr_alloc()
308 struct io_bdt *bd_tbl; in qedf_alloc_cmd()
383 /* Bind io_bdt for this io_req */ in qedf_alloc_cmd()
597 struct io_bdt *bd_tbl = io_req->bd_tbl; in qedf_init_task()
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H A Dqedf.h138 struct io_bdt *bd_tbl;
433 struct io_bdt { struct
443 struct io_bdt **io_bdt_pool;
H A Dqedf_io.c108 struct io_bdt *bdt_info; in qedf_cmd_mgr_free()
135 /* Destroy io_bdt pool */ in qedf_cmd_mgr_free()
175 struct io_bdt *bdt_info; in qedf_cmd_mgr_alloc()
257 cmgr->io_bdt_pool = kmalloc_array(num_ios, sizeof(struct io_bdt *), in qedf_cmd_mgr_alloc()
266 cmgr->io_bdt_pool[i] = kmalloc(sizeof(struct io_bdt), in qedf_cmd_mgr_alloc()
303 struct io_bdt *bd_tbl; in qedf_alloc_cmd()
378 /* Bind io_bdt for this io_req */ in qedf_alloc_cmd()
592 struct io_bdt *bd_tbl = io_req->bd_tbl; in qedf_init_task()
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H A Dbnx2fc.h286 struct io_bdt **io_bdt_pool;
444 struct io_bdt *bd_tbl;
475 struct io_bdt { struct
H A Dbnx2fc_io.c214 struct io_bdt *bdt_info; in bnx2fc_cmd_mgr_alloc()
297 mem_size = num_ios * sizeof(struct io_bdt *); in bnx2fc_cmd_mgr_alloc()
304 mem_size = sizeof(struct io_bdt); in bnx2fc_cmd_mgr_alloc()
338 struct io_bdt *bdt_info; in bnx2fc_cmd_mgr_free()
363 /* Destroy io_bdt pool */ in bnx2fc_cmd_mgr_free()
401 struct io_bdt *bd_tbl; in bnx2fc_elstm_alloc()
454 /* Bind io_bdt for this io_req */ in bnx2fc_elstm_alloc()
471 struct io_bdt *bd_tbl; in bnx2fc_cmd_alloc()
509 /* Bind io_bdt for this io_req */ in bnx2fc_cmd_alloc()
H A Dbnx2fc_hwi.c1708 struct io_bdt *bd_tbl = io_req->bd_tbl; in bnx2fc_init_task()
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H A Dbnx2fc.h283 struct io_bdt **io_bdt_pool;
441 struct io_bdt *bd_tbl;
472 struct io_bdt { struct
H A Dbnx2fc_io.c214 struct io_bdt *bdt_info; in bnx2fc_cmd_mgr_alloc()
297 mem_size = num_ios * sizeof(struct io_bdt *); in bnx2fc_cmd_mgr_alloc()
304 mem_size = sizeof(struct io_bdt); in bnx2fc_cmd_mgr_alloc()
338 struct io_bdt *bdt_info; in bnx2fc_cmd_mgr_free()
363 /* Destroy io_bdt pool */ in bnx2fc_cmd_mgr_free()
401 struct io_bdt *bd_tbl; in bnx2fc_elstm_alloc()
454 /* Bind io_bdt for this io_req */ in bnx2fc_elstm_alloc()
471 struct io_bdt *bd_tbl; in bnx2fc_cmd_alloc()
507 /* Bind io_bdt for this io_req */ in bnx2fc_cmd_alloc()
H A Dbnx2fc_hwi.c1707 struct io_bdt *bd_tbl = io_req->bd_tbl; in bnx2fc_init_task()
/kernel/linux/linux-5.10/drivers/scsi/bnx2i/
H A Dbnx2i.h231 * struct io_bdt - I/O buffer destricptor table
239 struct io_bdt { struct
262 struct io_bdt io_tbl;
H A Dbnx2i_iscsi.c447 struct io_bdt *io = &cmd->io_tbl; in bnx2i_alloc_bdt()
/kernel/linux/linux-6.6/drivers/scsi/bnx2i/
H A Dbnx2i.h231 * struct io_bdt - I/O buffer destricptor table
239 struct io_bdt { struct
262 struct io_bdt io_tbl;
H A Dbnx2i_iscsi.c447 struct io_bdt *io = &cmd->io_tbl; in bnx2i_alloc_bdt()

Completed in 30 milliseconds