Lines Matching refs:port_attr
245 struct ibv_port_attr *port_attr, in ibv_cmd_query_port() argument
259 port_attr->state = resp.state; in ibv_cmd_query_port()
260 port_attr->max_mtu = resp.max_mtu; in ibv_cmd_query_port()
261 port_attr->active_mtu = resp.active_mtu; in ibv_cmd_query_port()
262 port_attr->gid_tbl_len = resp.gid_tbl_len; in ibv_cmd_query_port()
263 port_attr->port_cap_flags = resp.port_cap_flags; in ibv_cmd_query_port()
264 port_attr->max_msg_sz = resp.max_msg_sz; in ibv_cmd_query_port()
265 port_attr->bad_pkey_cntr = resp.bad_pkey_cntr; in ibv_cmd_query_port()
266 port_attr->qkey_viol_cntr = resp.qkey_viol_cntr; in ibv_cmd_query_port()
267 port_attr->pkey_tbl_len = resp.pkey_tbl_len; in ibv_cmd_query_port()
268 port_attr->lid = resp.lid; in ibv_cmd_query_port()
269 port_attr->sm_lid = resp.sm_lid; in ibv_cmd_query_port()
270 port_attr->lmc = resp.lmc; in ibv_cmd_query_port()
271 port_attr->max_vl_num = resp.max_vl_num; in ibv_cmd_query_port()
272 port_attr->sm_sl = resp.sm_sl; in ibv_cmd_query_port()
273 port_attr->subnet_timeout = resp.subnet_timeout; in ibv_cmd_query_port()
274 port_attr->init_type_reply = resp.init_type_reply; in ibv_cmd_query_port()
275 port_attr->active_width = resp.active_width; in ibv_cmd_query_port()
276 port_attr->active_speed = resp.active_speed; in ibv_cmd_query_port()
277 port_attr->phys_state = resp.phys_state; in ibv_cmd_query_port()
278 port_attr->link_layer = resp.link_layer; in ibv_cmd_query_port()