Lines Matching refs:port_a
943 int num, port_a; in inquiry_evpd_83() local
946 port_a = target_dev_id + 1; in inquiry_evpd_83()
990 arr[num++] = (port_a >> 24); in inquiry_evpd_83()
991 arr[num++] = (port_a >> 16) & 0xff; in inquiry_evpd_83()
992 arr[num++] = (port_a >> 8) & 0xff; in inquiry_evpd_83()
993 arr[num++] = port_a & 0xff; in inquiry_evpd_83()
1084 int port_a, port_b; in inquiry_evpd_88() local
1086 port_a = target_dev_id + 1; in inquiry_evpd_88()
1087 port_b = port_a + 1; in inquiry_evpd_88()
1105 arr[num++] = (port_a >> 24); in inquiry_evpd_88()
1106 arr[num++] = (port_a >> 16) & 0xff; in inquiry_evpd_88()
1107 arr[num++] = (port_a >> 8) & 0xff; in inquiry_evpd_88()
1108 arr[num++] = port_a & 0xff; in inquiry_evpd_88()
1589 int port_group_a, port_group_b, port_a, port_b; in resp_report_tgtpgs() local
1603 port_a = 0x1; /* relative port A */ in resp_report_tgtpgs()
1629 arr[n++] = (port_a >> 8) & 0xff; in resp_report_tgtpgs()
1630 arr[n++] = port_a & 0xff; in resp_report_tgtpgs()
1968 int port_a, port_b; in resp_sas_pcd_m_spg() local
1970 port_a = target_dev_id + 1; in resp_sas_pcd_m_spg()
1971 port_b = port_a + 1; in resp_sas_pcd_m_spg()
1973 p[20] = (port_a >> 24); in resp_sas_pcd_m_spg()
1974 p[21] = (port_a >> 16) & 0xff; in resp_sas_pcd_m_spg()
1975 p[22] = (port_a >> 8) & 0xff; in resp_sas_pcd_m_spg()
1976 p[23] = port_a & 0xff; in resp_sas_pcd_m_spg()