Lines Matching refs:port_index
159 int port_index = ibport_num_to_idx(ibdev, port_num); in rvt_query_port() local
161 if (port_index < 0) in rvt_query_port()
164 rvp = rdi->ports[port_index]; in rvt_query_port()
195 int port_index = ibport_num_to_idx(ibdev, port_num); in rvt_modify_port() local
197 if (port_index < 0) in rvt_modify_port()
200 rvp = rdi->ports[port_index]; in rvt_modify_port()
238 int port_index; in rvt_query_pkey() local
240 port_index = ibport_num_to_idx(ibdev, port_num); in rvt_query_pkey()
241 if (port_index < 0) in rvt_query_pkey()
247 *pkey = rvt_get_pkey(rdi, port_index, index); in rvt_query_pkey()
265 int port_index; in rvt_query_gid() local
272 port_index = ibport_num_to_idx(ibdev, port_num); in rvt_query_gid()
273 if (port_index < 0) in rvt_query_gid()
277 rvp = rdi->ports[port_index]; in rvt_query_gid()
309 int err, port_index; in rvt_get_port_immutable() local
311 port_index = ibport_num_to_idx(ibdev, port_num); in rvt_get_port_immutable()
312 if (port_index < 0) in rvt_get_port_immutable()
690 int port_index, u16 *pkey_table) in rvt_init_port() argument
693 rdi->ports[port_index] = port; in rvt_init_port()
694 rdi->ports[port_index]->pkey_table = pkey_table; in rvt_init_port()