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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c7246 struct ccb_accept_tio *atio; local
7268 atio = (struct ccb_accept_tio*)SLIST_FIRST(&lstate->accept_tios);
7269 if (atio == NULL) {
7283 atio->ccb_h.target_id = target;
7284 atio->ccb_h.target_lun = lun;
7291 atio->sense_len = 0;
7292 atio->init_id = initiator;
7295 atio->tag_action = *byte++;
7296 atio->tag_id = *byte++;
7297 atio
[all...]
H A Daic79xx_core.c9837 struct ccb_accept_tio *atio; local
9859 atio = (struct ccb_accept_tio*)SLIST_FIRST(&lstate->accept_tios);
9860 if (atio == NULL) {
9878 atio->ccb_h.target_id = target;
9879 atio->ccb_h.target_lun = lun;
9886 atio->sense_len = 0;
9887 atio->init_id = initiator;
9890 atio->tag_action = *byte++;
9891 atio->tag_id = *byte++;
9892 atio
[all...]

Completed in 126 milliseconds