Searched refs:csio_mgmtm (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/scsi/csiostor/
H A Dcsio_hw.h225 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 Dcsio_init.c259 struct csio_mgmtm *mgmtm = csio_hw_to_mgmtm(hw);
338 struct csio_mgmtm *mgmtm = csio_hw_to_mgmtm(hw);
H A Dcsio_lnode.c1434 struct csio_mgmtm *mgmtm = csio_hw_to_mgmtm(hw);
1724 csio_ln_mgmt_submit_wr(struct csio_mgmtm *mgmtm, struct csio_ioreq *io_req,
1811 struct csio_mgmtm *mgmtm = csio_hw_to_mgmtm(hw);
H A Dcsio_hw.c88 static void csio_mgmtm_cleanup(struct csio_mgmtm *);
4087 csio_mgmt_req_lookup(struct csio_mgmtm *mgmtm, struct csio_ioreq *io_req)
4110 struct csio_mgmtm *mgmtm = from_timer(mgmtm, t, mgmt_timer);
4144 csio_mgmtm_cleanup(struct csio_mgmtm *mgmtm)
4188 csio_mgmtm_init(struct csio_mgmtm *mgmtm, struct csio_hw *hw)
4211 csio_mgmtm_exit(struct csio_mgmtm *mgmtm)

Completed in 169 milliseconds