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

/linux-master/drivers/scsi/csiostor/
H A Dcsio_mb.h130 struct csio_mbm { struct
250 int csio_mbm_init(struct csio_mbm *, struct csio_hw *,
252 void csio_mbm_exit(struct csio_mbm *);
H A Dcsio_mb.c1195 struct csio_mbm *mbm = &hw->mbm;
1357 struct csio_mbm *mbm = &hw->mbm;
1474 struct csio_mbm *mbm = &hw->mbm;
1578 struct csio_mbm *mbm = &hw->mbm;
1614 struct csio_mbm *mbm = &hw->mbm;
1663 csio_mbm_init(struct csio_mbm *mbm, struct csio_hw *hw,
1683 csio_mbm_exit(struct csio_mbm *mbm)
H A Dcsio_hw.h478 struct csio_mbm mbm; /* Mailbox module */
593 #define csio_hw_to_mbm(hw) ((struct csio_mbm *)(&(hw)->mbm))
H A Dcsio_hw.c3699 struct csio_mbm *mbm = &hw->mbm;
3741 struct csio_mbm *mbm = from_timer(mbm, t, timer);

Completed in 122 milliseconds