Home
last modified time | relevance | path

Searched refs:update_type (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/dev/aic7xxx/
H A Daic7xxx_osm.c611 u_int update_type; in ahc_action() local
624 update_type = 0; in ahc_action()
626 update_type |= AHC_TRANS_GOAL; in ahc_action()
638 update_type |= AHC_TRANS_USER; in ahc_action()
669 update_type, /*paused*/FALSE); in ahc_action()
673 if (update_type == AHC_TRANS_USER) in ahc_action()
680 if (update_type == AHC_TRANS_USER) in ahc_action()
687 if (update_type == AHC_TRANS_USER) in ahc_action()
723 spi->ppr_options, update_type, in ahc_action()
H A Daic79xx_osm.c736 u_int update_type; in ahd_set_tran_settings() local
748 update_type = 0; in ahd_set_tran_settings()
750 update_type |= AHD_TRANS_GOAL; in ahd_set_tran_settings()
758 update_type |= AHD_TRANS_USER; in ahd_set_tran_settings()
786 update_type, /*paused*/FALSE); in ahd_set_tran_settings()
790 if (update_type == AHD_TRANS_USER) in ahd_set_tran_settings()
797 if (update_type == AHD_TRANS_USER) in ahd_set_tran_settings()
804 if (update_type == AHD_TRANS_USER) in ahd_set_tran_settings()
836 update_type, /*paused*/FALSE); in ahd_set_tran_settings()
/freebsd-12.1/sys/dev/advansys/
H A Dadvansys.c251 u_int update_type; in adv_action() local
255 update_type = 0; in adv_action()
263 update_type |= ADV_TRANS_GOAL; in adv_action()
266 update_type |= ADV_TRANS_USER; in adv_action()
274 if ((update_type & ADV_TRANS_GOAL) != 0) { in adv_action()
292 if ((update_type & ADV_TRANS_USER) != 0) { in adv_action()
335 spi->sync_offset, update_type); in adv_action()
/freebsd-12.1/sys/dev/trm/
H A Dtrm.c775 u_int update_type; in trm_action() local
784 update_type = 0; in trm_action()
786 update_type |= TRM_TRANS_GOAL; in trm_action()
788 update_type |= TRM_TRANS_USER; in trm_action()
794 if (update_type & TRM_TRANS_GOAL) { in trm_action()
803 if (update_type & TRM_TRANS_USER) { in trm_action()
815 if (update_type & TRM_TRANS_GOAL) { in trm_action()
824 if (update_type & TRM_TRANS_USER) { in trm_action()
852 if ((update_type & TRM_TRANS_USER) != 0) { in trm_action()
857 if ((update_type & TRM_TRANS_GOAL) != 0) { in trm_action()
/freebsd-12.1/sys/dev/ncr/
H A Dncr.c4164 u_int update_type; local
4170 update_type = 0;
4172 update_type |= NCR_TRANS_GOAL;
4174 update_type |= NCR_TRANS_USER;
4179 if (update_type & NCR_TRANS_GOAL) {
4186 if (update_type & NCR_TRANS_USER) {
4196 if (update_type & NCR_TRANS_GOAL) {
4203 if (update_type & NCR_TRANS_USER) {
4231 if ((update_type & NCR_TRANS_USER) != 0) {
4239 if ((update_type & NCR_TRANS_GOAL) != 0) {