Lines Matching refs:port_a
946 int num, port_a; in inquiry_evpd_83() local
949 port_a = target_dev_id + 1; in inquiry_evpd_83()
993 arr[num++] = (port_a >> 24); in inquiry_evpd_83()
994 arr[num++] = (port_a >> 16) & 0xff; in inquiry_evpd_83()
995 arr[num++] = (port_a >> 8) & 0xff; in inquiry_evpd_83()
996 arr[num++] = port_a & 0xff; in inquiry_evpd_83()
1087 int port_a, port_b; in inquiry_evpd_88() local
1089 port_a = target_dev_id + 1; in inquiry_evpd_88()
1090 port_b = port_a + 1; in inquiry_evpd_88()
1108 arr[num++] = (port_a >> 24); in inquiry_evpd_88()
1109 arr[num++] = (port_a >> 16) & 0xff; in inquiry_evpd_88()
1110 arr[num++] = (port_a >> 8) & 0xff; in inquiry_evpd_88()
1111 arr[num++] = port_a & 0xff; in inquiry_evpd_88()
1591 int port_group_a, port_group_b, port_a, port_b; in resp_report_tgtpgs() local
1605 port_a = 0x1; /* relative port A */ in resp_report_tgtpgs()
1631 arr[n++] = (port_a >> 8) & 0xff; in resp_report_tgtpgs()
1632 arr[n++] = port_a & 0xff; in resp_report_tgtpgs()
1970 int port_a, port_b; in resp_sas_pcd_m_spg() local
1972 port_a = target_dev_id + 1; in resp_sas_pcd_m_spg()
1973 port_b = port_a + 1; in resp_sas_pcd_m_spg()
1975 p[20] = (port_a >> 24); in resp_sas_pcd_m_spg()
1976 p[21] = (port_a >> 16) & 0xff; in resp_sas_pcd_m_spg()
1977 p[22] = (port_a >> 8) & 0xff; in resp_sas_pcd_m_spg()
1978 p[23] = port_a & 0xff; in resp_sas_pcd_m_spg()