Searched refs:csio_mgmtm (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_hw.h | 225 struct csio_mgmtm { struct 477 struct csio_mgmtm mgmtm; /* management module */ 595 #define csio_hw_to_mgmtm(hw) ((struct csio_mgmtm *)(&(hw)->mgmtm)) 634 int csio_mgmt_req_lookup(struct csio_mgmtm *, struct csio_ioreq *);
|
H A D | csio_init.c | 260 struct csio_mgmtm *mgmtm = csio_hw_to_mgmtm(hw); in csio_create_queues() 339 struct csio_mgmtm *mgmtm = csio_hw_to_mgmtm(hw); in csio_config_queues()
|
H A D | csio_hw.c | 88 static void csio_mgmtm_cleanup(struct csio_mgmtm *); 4087 csio_mgmt_req_lookup(struct csio_mgmtm *mgmtm, struct csio_ioreq *io_req) in csio_mgmt_req_lookup() 4110 struct csio_mgmtm *mgmtm = from_timer(mgmtm, t, mgmt_timer); in csio_mgmt_tmo_handler() 4144 csio_mgmtm_cleanup(struct csio_mgmtm *mgmtm) in csio_mgmtm_cleanup() 4188 csio_mgmtm_init(struct csio_mgmtm *mgmtm, struct csio_hw *hw) in csio_mgmtm_init() 4211 csio_mgmtm_exit(struct csio_mgmtm *mgmtm) in csio_mgmtm_exit()
|
H A D | csio_lnode.c | 1434 struct csio_mgmtm *mgmtm = csio_hw_to_mgmtm(hw); in csio_ln_mgmt_wr_handler() 1724 csio_ln_mgmt_submit_wr(struct csio_mgmtm *mgmtm, struct csio_ioreq *io_req, in csio_ln_mgmt_submit_wr() 1811 struct csio_mgmtm *mgmtm = csio_hw_to_mgmtm(hw); in csio_ln_mgmt_submit_req()
|
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_hw.h | 225 struct csio_mgmtm { struct 477 struct csio_mgmtm mgmtm; /* management module */ 595 #define csio_hw_to_mgmtm(hw) ((struct csio_mgmtm *)(&(hw)->mgmtm)) 634 int csio_mgmt_req_lookup(struct csio_mgmtm *, struct csio_ioreq *);
|
H A D | csio_init.c | 259 struct csio_mgmtm *mgmtm = csio_hw_to_mgmtm(hw); in csio_create_queues() 338 struct csio_mgmtm *mgmtm = csio_hw_to_mgmtm(hw); in csio_config_queues()
|
H A D | csio_hw.c | 88 static void csio_mgmtm_cleanup(struct csio_mgmtm *); 4087 csio_mgmt_req_lookup(struct csio_mgmtm *mgmtm, struct csio_ioreq *io_req) in csio_mgmt_req_lookup() 4110 struct csio_mgmtm *mgmtm = from_timer(mgmtm, t, mgmt_timer); in csio_mgmt_tmo_handler() 4144 csio_mgmtm_cleanup(struct csio_mgmtm *mgmtm) in csio_mgmtm_cleanup() 4188 csio_mgmtm_init(struct csio_mgmtm *mgmtm, struct csio_hw *hw) in csio_mgmtm_init() 4211 csio_mgmtm_exit(struct csio_mgmtm *mgmtm) in csio_mgmtm_exit()
|
H A D | csio_lnode.c | 1434 struct csio_mgmtm *mgmtm = csio_hw_to_mgmtm(hw); in csio_ln_mgmt_wr_handler() 1724 csio_ln_mgmt_submit_wr(struct csio_mgmtm *mgmtm, struct csio_ioreq *io_req, in csio_ln_mgmt_submit_wr() 1811 struct csio_mgmtm *mgmtm = csio_hw_to_mgmtm(hw); in csio_ln_mgmt_submit_req()
|
Completed in 19 milliseconds