Lines Matching refs:port_b
1084 int port_a, port_b; in inquiry_evpd_88() local
1087 port_b = port_a + 1; in inquiry_evpd_88()
1127 arr[num++] = (port_b >> 24); in inquiry_evpd_88()
1128 arr[num++] = (port_b >> 16) & 0xff; in inquiry_evpd_88()
1129 arr[num++] = (port_b >> 8) & 0xff; in inquiry_evpd_88()
1130 arr[num++] = port_b & 0xff; in inquiry_evpd_88()
1589 int port_group_a, port_group_b, port_a, port_b; in resp_report_tgtpgs() local
1604 port_b = 0x2; /* relative port B */ in resp_report_tgtpgs()
1641 arr[n++] = (port_b >> 8) & 0xff; in resp_report_tgtpgs()
1642 arr[n++] = port_b & 0xff; in resp_report_tgtpgs()
1968 int port_a, port_b; in resp_sas_pcd_m_spg() local
1971 port_b = port_a + 1; in resp_sas_pcd_m_spg()
1977 p[48 + 20] = (port_b >> 24); in resp_sas_pcd_m_spg()
1978 p[48 + 21] = (port_b >> 16) & 0xff; in resp_sas_pcd_m_spg()
1979 p[48 + 22] = (port_b >> 8) & 0xff; in resp_sas_pcd_m_spg()
1980 p[48 + 23] = port_b & 0xff; in resp_sas_pcd_m_spg()