Lines Matching refs:props
207 u8 port, struct ib_port_attr *props) in ocrdma_query_port() argument
222 props->phys_state = 5; in ocrdma_query_port()
225 props->phys_state = 3; in ocrdma_query_port()
227 props->max_mtu = IB_MTU_4096; in ocrdma_query_port()
228 props->active_mtu = iboe_get_mtu(netdev->mtu); in ocrdma_query_port()
229 props->lid = 0; in ocrdma_query_port()
230 props->lmc = 0; in ocrdma_query_port()
231 props->sm_lid = 0; in ocrdma_query_port()
232 props->sm_sl = 0; in ocrdma_query_port()
233 props->state = port_state; in ocrdma_query_port()
234 props->port_cap_flags = in ocrdma_query_port()
239 props->gid_tbl_len = OCRDMA_MAX_SGID; in ocrdma_query_port()
240 props->pkey_tbl_len = 1; in ocrdma_query_port()
241 props->bad_pkey_cntr = 0; in ocrdma_query_port()
242 props->qkey_viol_cntr = 0; in ocrdma_query_port()
243 get_link_speed_and_width(dev, &props->active_speed, in ocrdma_query_port()
244 &props->active_width); in ocrdma_query_port()
245 props->max_msg_sz = 0x80000000; in ocrdma_query_port()
246 props->max_vl_num = 4; in ocrdma_query_port()
251 struct ib_port_modify *props) in ocrdma_modify_port() argument