Lines Matching defs:adapter
361 short h_cmd_per_lun; /* host (adapter) maximum commands per lun */
362 short d_queue_depth; /* device (or adapter) maximum queue length */
600 PSRBlock->cmd = SRB_Inquiry; /* host adapter inquiry */
602 PSRBlock->ha_num = 0; /* host adapter number */
613 DBG (1, "OS/2: host adapter is '%s'\n", PSRBlock->u.inq.host_id);
631 /* query adapter name */
633 PSRBlock->cmd = SRB_Inquiry; /* host adapter inquiry */
635 PSRBlock->ha_num = i; /* host adapter number */
642 DBG (1, "OS/2: adapter#%02d '%s'\n", i, PSRBlock->u.inq.host_id);
656 PSRBlock->ha_num = i; /* host adapter number */
678 /* query adapter string id */
682 PSRBlock->ha_num = i; /* host adapter number */
705 PSRBlock->ha_num = i; /* host adapter number */
1406 DBG (1, "sanei_scsi_open: Host adapter queue depth: %i\n",
4288 PSRBlock->ha_num = fd_info[fd].bus; /* host adapter number */
5112 PSCSI_ADAPTER_BUS_INFO adapter;
5122 /* Open the adapter */
5130 /* Assume there is no more adapter. This is wrong in the case
5152 adapter = (PSCSI_ADAPTER_BUS_INFO)buffer;
5154 for(i = 0; i < adapter->NumberOfBuses; i++) {
5156 if (adapter->BusData[i].InquiryDataOffset == 0) {
5162 adapter->BusData[i].InquiryDataOffset);