Lines Matching refs:port_index
161 int port_index = ibport_num_to_idx(ibdev, port_num); in rvt_query_port() local
163 if (port_index < 0) in rvt_query_port()
166 rvp = rdi->ports[port_index]; in rvt_query_port()
197 int port_index = ibport_num_to_idx(ibdev, port_num); in rvt_modify_port() local
199 if (port_index < 0) in rvt_modify_port()
202 rvp = rdi->ports[port_index]; in rvt_modify_port()
240 int port_index; in rvt_query_pkey() local
242 port_index = ibport_num_to_idx(ibdev, port_num); in rvt_query_pkey()
243 if (port_index < 0) in rvt_query_pkey()
249 *pkey = rvt_get_pkey(rdi, port_index, index); in rvt_query_pkey()
267 int port_index; in rvt_query_gid() local
274 port_index = ibport_num_to_idx(ibdev, port_num); in rvt_query_gid()
275 if (port_index < 0) in rvt_query_gid()
279 rvp = rdi->ports[port_index]; in rvt_query_gid()
317 int err, port_index; in rvt_get_port_immutable() local
319 port_index = ibport_num_to_idx(ibdev, port_num); in rvt_get_port_immutable()
320 if (port_index < 0) in rvt_get_port_immutable()
696 int port_index, u16 *pkey_table) in rvt_init_port() argument
699 rdi->ports[port_index] = port; in rvt_init_port()
700 rdi->ports[port_index]->pkey_table = pkey_table; in rvt_init_port()