Lines Matching defs:scb
229 ahc_scb_timer_reset(struct scb *scb, u_int usec) in ahc_scb_timer_reset()
527 void ahc_set_transaction_status(struct scb *scb, uint32_t status) in ahc_set_transaction_status()
540 void ahc_set_scsi_status(struct scb *scb, uint32_t status) in ahc_set_scsi_status()
552 uint32_t ahc_get_transaction_status(struct scb *scb) in ahc_get_transaction_status()
564 uint32_t ahc_get_scsi_status(struct scb *scb) in ahc_get_scsi_status()
570 void ahc_set_transaction_tag(struct scb *scb, int enabled, u_int type) in ahc_set_transaction_tag()
579 u_long ahc_get_transfer_length(struct scb *scb) in ahc_get_transfer_length()
585 int ahc_get_transfer_dir(struct scb *scb) in ahc_get_transfer_dir()
591 void ahc_set_residual(struct scb *scb, u_long resid) in ahc_set_residual()
597 void ahc_set_sense_residual(struct scb *scb, u_long resid) in ahc_set_sense_residual()
603 u_long ahc_get_residual(struct scb *scb) in ahc_get_residual()
609 u_long ahc_get_sense_residual(struct scb *scb) in ahc_get_sense_residual()
615 int ahc_perform_autosense(struct scb *scb) in ahc_perform_autosense()
626 ahc_get_sense_bufsize(struct ahc_softc *ahc, struct scb *scb) in ahc_get_sense_bufsize()
639 ahc_platform_scb_free(struct ahc_softc *ahc, struct scb *scb) in ahc_platform_scb_free()
648 ahc_freeze_scb(struct scb *scb) in ahc_freeze_scb()