HomeSort by: relevance | last modified time | path
    Searched defs:atio (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
aic79xx.c 9626 struct ccb_accept_tio *atio; local in function:ahd_handle_target_cmd
9648 atio = (struct ccb_accept_tio*)SLIST_FIRST(&lstate->accept_tios);
9649 if (atio == NULL) {
9668 atio->ccb_h.target_id = target;
9669 atio->ccb_h.target_lun = lun;
9676 atio->sense_len = 0;
9677 atio->init_id = initiator;
9680 atio->tag_action = *byte++;
9681 atio->tag_id = *byte++;
9682 atio->ccb_h.flags = CAM_TAG_ACTION_VALID
    [all...]
aic7xxx.c 5942 * we have run out of ATIO resources to drain that
5946 * we are blocked on ATIO resources. Write a routine
7267 struct ccb_accept_tio *atio; local in function:ahc_handle_target_cmd
7289 atio = (struct ccb_accept_tio*)SLIST_FIRST(&lstate->accept_tios);
7290 if (atio == NULL) {
7309 atio->ccb_h.target_id = target;
7310 atio->ccb_h.target_lun = lun;
7317 atio->sense_len = 0;
7318 atio->init_id = initiator;
7321 atio->tag_action = *byte++
    [all...]

Completed in 21 milliseconds