Lines Matching refs:port_b
1087 int port_a, port_b; in inquiry_evpd_88() local
1090 port_b = port_a + 1; in inquiry_evpd_88()
1130 arr[num++] = (port_b >> 24); in inquiry_evpd_88()
1131 arr[num++] = (port_b >> 16) & 0xff; in inquiry_evpd_88()
1132 arr[num++] = (port_b >> 8) & 0xff; in inquiry_evpd_88()
1133 arr[num++] = port_b & 0xff; in inquiry_evpd_88()
1591 int port_group_a, port_group_b, port_a, port_b; in resp_report_tgtpgs() local
1606 port_b = 0x2; /* relative port B */ in resp_report_tgtpgs()
1643 arr[n++] = (port_b >> 8) & 0xff; in resp_report_tgtpgs()
1644 arr[n++] = port_b & 0xff; in resp_report_tgtpgs()
1970 int port_a, port_b; in resp_sas_pcd_m_spg() local
1973 port_b = port_a + 1; in resp_sas_pcd_m_spg()
1979 p[48 + 20] = (port_b >> 24); in resp_sas_pcd_m_spg()
1980 p[48 + 21] = (port_b >> 16) & 0xff; in resp_sas_pcd_m_spg()
1981 p[48 + 22] = (port_b >> 8) & 0xff; in resp_sas_pcd_m_spg()
1982 p[48 + 23] = port_b & 0xff; in resp_sas_pcd_m_spg()