Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Daic7xxx.c7280 struct ccb_accept_tio *atio; in ahc_handle_target_cmd() local
7302 atio = (struct ccb_accept_tio*)SLIST_FIRST(&lstate->accept_tios); in ahc_handle_target_cmd()
7303 if (atio == NULL) { in ahc_handle_target_cmd()
7322 atio->ccb_h.target_id = target; in ahc_handle_target_cmd()
7323 atio->ccb_h.target_lun = lun; in ahc_handle_target_cmd()
7330 atio->sense_len = 0; in ahc_handle_target_cmd()
7331 atio->init_id = initiator; in ahc_handle_target_cmd()
7334 atio->tag_action = *byte++; in ahc_handle_target_cmd()
7335 atio->tag_id = *byte++; in ahc_handle_target_cmd()
7336 atio->ccb_h.flags = CAM_TAG_ACTION_VALID; in ahc_handle_target_cmd()
[all …]