• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/

Lines Matching refs:hostdata

276 /* types of different supported hardware that goes to hostdata special */
284 /* other special flags for hostdata structure */
393 #define ld(h) (((struct ibmmca_hostdata *) (h)->hostdata)->_ld)
394 #define get_ldn(h) (((struct ibmmca_hostdata *) (h)->hostdata)->_get_ldn)
395 #define get_scsi(h) (((struct ibmmca_hostdata *) (h)->hostdata)->_get_scsi)
396 #define local_checking_phase_flag(h) (((struct ibmmca_hostdata *) (h)->hostdata)->_local_checking_phase_flag)
397 #define got_interrupt(h) (((struct ibmmca_hostdata *) (h)->hostdata)->_got_interrupt)
398 #define stat_result(h) (((struct ibmmca_hostdata *) (h)->hostdata)->_stat_result)
399 #define reset_status(h) (((struct ibmmca_hostdata *) (h)->hostdata)->_reset_status)
400 #define last_scsi_command(h) (((struct ibmmca_hostdata *) (h)->hostdata)->_last_scsi_command)
401 #define last_scsi_type(h) (((struct ibmmca_hostdata *) (h)->hostdata)->_last_scsi_type)
402 #define last_scsi_blockcount(h) (((struct ibmmca_hostdata *) (h)->hostdata)->_last_scsi_blockcount)
403 #define last_scsi_logical_block(h) (((struct ibmmca_hostdata *) (h)->hostdata)->_last_scsi_logical_block)
404 #define last_scsi_type(h) (((struct ibmmca_hostdata *) (h)->hostdata)->_last_scsi_type)
405 #define next_ldn(h) (((struct ibmmca_hostdata *) (h)->hostdata)->_next_ldn)
406 #define IBM_DS(h) (((struct ibmmca_hostdata *) (h)->hostdata)->_IBM_DS)
407 #define special(h) (((struct ibmmca_hostdata *) (h)->hostdata)->_special)
408 #define subsystem_connector_size(h) (((struct ibmmca_hostdata *) (h)->hostdata)->_connector_size)
409 #define adapter_speed(h) (((struct ibmmca_hostdata *) (h)->hostdata)->_adapter_speed)
410 #define pos2(h) (((struct ibmmca_hostdata *) (h)->hostdata)->_pos[2])
411 #define pos3(h) (((struct ibmmca_hostdata *) (h)->hostdata)->_pos[3])
412 #define pos4(h) (((struct ibmmca_hostdata *) (h)->hostdata)->_pos[4])
413 #define pos5(h) (((struct ibmmca_hostdata *) (h)->hostdata)->_pos[5])
414 #define pos6(h) (((struct ibmmca_hostdata *) (h)->hostdata)->_pos[6])
1605 ((struct ibmmca_hostdata *) shpnt->hostdata)->_pos[k] = pos[k];
1606 ((struct ibmmca_hostdata *) shpnt->hostdata)->_special = INTEGRATED_SCSI;