Lines Matching refs:props
148 u8 port, struct ib_port_attr *props) in ocrdma_query_port() argument
163 props->phys_state = 5; in ocrdma_query_port()
166 props->phys_state = 3; in ocrdma_query_port()
168 props->max_mtu = IB_MTU_4096; in ocrdma_query_port()
169 props->active_mtu = iboe_get_mtu(netdev->mtu); in ocrdma_query_port()
170 props->lid = 0; in ocrdma_query_port()
171 props->lmc = 0; in ocrdma_query_port()
172 props->sm_lid = 0; in ocrdma_query_port()
173 props->sm_sl = 0; in ocrdma_query_port()
174 props->state = port_state; in ocrdma_query_port()
175 props->port_cap_flags = in ocrdma_query_port()
179 props->gid_tbl_len = OCRDMA_MAX_SGID; in ocrdma_query_port()
180 props->pkey_tbl_len = 1; in ocrdma_query_port()
181 props->bad_pkey_cntr = 0; in ocrdma_query_port()
182 props->qkey_viol_cntr = 0; in ocrdma_query_port()
183 get_link_speed_and_width(dev, &props->active_speed, in ocrdma_query_port()
184 &props->active_width); in ocrdma_query_port()
185 props->max_msg_sz = 0x80000000; in ocrdma_query_port()
186 props->max_vl_num = 4; in ocrdma_query_port()
191 struct ib_port_modify *props) in ocrdma_modify_port() argument