Lines Matching refs:target_dev_id
942 int target_dev_id, int dev_id_num, in inquiry_evpd_83() argument
949 port_a = target_dev_id + 1; in inquiry_evpd_83()
1015 arr[num++] = (target_dev_id >> 24); in inquiry_evpd_83()
1016 arr[num++] = (target_dev_id >> 16) & 0xff; in inquiry_evpd_83()
1017 arr[num++] = (target_dev_id >> 8) & 0xff; in inquiry_evpd_83()
1018 arr[num++] = target_dev_id & 0xff; in inquiry_evpd_83()
1026 snprintf(b, sizeof(b), "%08X", target_dev_id); in inquiry_evpd_83()
1084 static int inquiry_evpd_88(unsigned char * arr, int target_dev_id) in inquiry_evpd_88() argument
1089 port_a = target_dev_id + 1; in inquiry_evpd_88()
1307 int lu_id_num, port_group_id, target_dev_id, len; in resp_inquiry() local
1317 target_dev_id = ((host_no + 1) * 2000) + in resp_inquiry()
1344 target_dev_id, lu_id_num, in resp_inquiry()
1371 arr[3] = inquiry_evpd_88(&arr[4], target_dev_id); in resp_inquiry()
1954 int target_dev_id) in resp_sas_pcd_m_spg() argument
1972 port_a = target_dev_id + 1; in resp_sas_pcd_m_spg()
2008 int k, alloc_len, msense_6, offset, len, target_dev_id; in resp_mode_sense() local
2030 target_dev_id = ((devip->sdbg_host->shost->host_no + 1) * 2000) + in resp_mode_sense()
2117 target_dev_id); in resp_mode_sense()
2136 target, target_dev_id); in resp_mode_sense()