Lines Matching refs:target_dev_id
939 int target_dev_id, int dev_id_num, in inquiry_evpd_83() argument
946 port_a = target_dev_id + 1; in inquiry_evpd_83()
1012 arr[num++] = (target_dev_id >> 24); in inquiry_evpd_83()
1013 arr[num++] = (target_dev_id >> 16) & 0xff; in inquiry_evpd_83()
1014 arr[num++] = (target_dev_id >> 8) & 0xff; in inquiry_evpd_83()
1015 arr[num++] = target_dev_id & 0xff; in inquiry_evpd_83()
1023 snprintf(b, sizeof(b), "%08X", target_dev_id); in inquiry_evpd_83()
1081 static int inquiry_evpd_88(unsigned char * arr, int target_dev_id) in inquiry_evpd_88() argument
1086 port_a = target_dev_id + 1; in inquiry_evpd_88()
1304 int lu_id_num, port_group_id, target_dev_id, len; in resp_inquiry() local
1314 target_dev_id = ((host_no + 1) * 2000) + in resp_inquiry()
1341 target_dev_id, lu_id_num, in resp_inquiry()
1368 arr[3] = inquiry_evpd_88(&arr[4], target_dev_id); in resp_inquiry()
1952 int target_dev_id) in resp_sas_pcd_m_spg() argument
1970 port_a = target_dev_id + 1; in resp_sas_pcd_m_spg()
2006 int k, alloc_len, msense_6, offset, len, target_dev_id; in resp_mode_sense() local
2028 target_dev_id = ((devip->sdbg_host->shost->host_no + 1) * 2000) + in resp_mode_sense()
2115 target_dev_id); in resp_mode_sense()
2134 target, target_dev_id); in resp_mode_sense()