Lines Matching refs:x_id
1149 u_short ox_id, rx_id, x_id, mtu = 512;
1165 x_id = ox_id & MAX_SCSI_XID;
1194 tach_header = bus_to_virt(ntohl(*(fi->q.ptr_sest[x_id] + 5)));
1197 fi->g.odb.hdr_addr = *(fi->q.ptr_sest[x_id] + 5);
1201 ptr_edb = bus_to_virt(ntohl(*(fi->q.ptr_sest[x_id] + 7)));
1241 *(fi->q.ptr_sest[x_id] + 7) = htonl(virt_to_bus(ptr_edb));
1259 STE_bit = ntohl(*fi->q.ptr_sest[x_id]);
1261 *(fi->q.ptr_sest[x_id]) &= htonl(SEST_INV);
1274 STE_bit = ntohl(*fi->q.ptr_sest[x_id]);
1276 *(fi->q.ptr_sest[x_id]) &= htonl(SEST_INV);
1300 u_short received_ox_id, x_id;
1326 x_id = received_ox_id & MAX_SCSI_XID;
1327 Cmnd = hostdata->cmnd_handler[x_id];
1328 hostdata->cmnd_handler[x_id] = NULL;
1346 fi->q.free_scsi_oxid[x_id] = OXID_AVAILABLE;
1356 u_short x_id = received_ox_id & MAX_SCSI_XID;
1363 *(fi->q.ptr_sest[x_id]) &= htonl(SEST_INV);
1367 ptr_tach_header = bus_to_virt(ntohl(*(fi->q.ptr_sest[x_id] + 5)));
1378 ptr_edb = bus_to_virt(ntohl(*(fi->q.ptr_sest[x_id] + 7)));
1402 while (temp_ox_id != x_id) {
1404 if (temp_ox_id == x_id) {
1429 sdb_table_indx = *(fi->q.ptr_sest[x_id] + 5);
4060 u_short x_id;
4063 x_id = ox_id & MAX_SCSI_XID;
4064 STE_bit = ntohl(*fi->q.ptr_sest[x_id]);
4066 *(fi->q.ptr_sest[x_id]) &= htonl(SEST_INV);
4078 u_short x_id;
4080 x_id = ox_id & MAX_SCSI_XID;
4083 STE_bit = ntohl(*fi->q.ptr_sest[x_id]);
4091 *(fi->q.ptr_sest[x_id]) &= htonl(SEST_INV);
4096 STE_bit = ntohl(*fi->q.ptr_sest[x_id]);
4098 STE_bit = ntohl(*fi->q.ptr_sest[x_id]);
4108 ptr_edb = bus_to_virt(ntohl(*(fi->q.ptr_sest[x_id] + 7)));