Home
last modified time | relevance | path

Searched refs:atio (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Daic7xxx.c7267 struct ccb_accept_tio *atio; in ahc_handle_target_cmd() local
7289 atio = (struct ccb_accept_tio*)SLIST_FIRST(&lstate->accept_tios); in ahc_handle_target_cmd()
7290 if (atio == NULL) { in ahc_handle_target_cmd()
7309 atio->ccb_h.target_id = target; in ahc_handle_target_cmd()
7310 atio->ccb_h.target_lun = lun; in ahc_handle_target_cmd()
7317 atio->sense_len = 0; in ahc_handle_target_cmd()
7318 atio->init_id = initiator; in ahc_handle_target_cmd()
7321 atio->tag_action = *byte++; in ahc_handle_target_cmd()
7322 atio->tag_id = *byte++; in ahc_handle_target_cmd()
7323 atio->ccb_h.flags = CAM_TAG_ACTION_VALID; in ahc_handle_target_cmd()
[all …]
H A Daic79xx.c9626 struct ccb_accept_tio *atio; in ahd_handle_target_cmd() local
9648 atio = (struct ccb_accept_tio*)SLIST_FIRST(&lstate->accept_tios); in ahd_handle_target_cmd()
9649 if (atio == NULL) { in ahd_handle_target_cmd()
9668 atio->ccb_h.target_id = target; in ahd_handle_target_cmd()
9669 atio->ccb_h.target_lun = lun; in ahd_handle_target_cmd()
9676 atio->sense_len = 0; in ahd_handle_target_cmd()
9677 atio->init_id = initiator; in ahd_handle_target_cmd()
9680 atio->tag_action = *byte++; in ahd_handle_target_cmd()
9681 atio->tag_id = *byte++; in ahd_handle_target_cmd()
9682 atio->ccb_h.flags = CAM_TAG_ACTION_VALID; in ahd_handle_target_cmd()
[all …]