Home | History | Annotate | Download | only in ic

Lines Matching refs:sim

77 #define	SIM_IS_SCSIBUS_B(ahc, sim)	\
78 ((sim) == ahc->platform_data->sim_b)
79 #define SIM_CHANNEL(ahc, sim) \
80 (((sim) == ahc->platform_data->sim_b) ? 'B' : 'A')
81 #define SIM_SCSI_ID(ahc, sim) \
82 (((sim) == ahc->platform_data->sim_b) ? ahc->our_id_b : ahc->our_id)
83 #define SIM_PATH(ahc, sim) \
84 (((sim) == ahc->platform_data->sim_b) ? ahc->platform_data->path_b \
86 #define BUILD_SCSIID(ahc, sim, target_id, our_id) \
90 (SCB_GET_CHANNEL(ahc, scb) == 'A' ? (ahc)->platform_data->sim \
159 struct cam_sim *sim;