Lines Matching defs:props
153 u8 port, struct ib_port_attr *props)
159 /* props being zeroed by the caller, avoid zeroing it here */
164 props->phys_state = IB_PORT_PHYS_STATE_LINK_UP;
167 props->phys_state = IB_PORT_PHYS_STATE_DISABLED;
169 props->max_mtu = IB_MTU_4096;
170 props->active_mtu = iboe_get_mtu(netdev->mtu);
171 props->lid = 0;
172 props->lmc = 0;
173 props->sm_lid = 0;
174 props->sm_sl = 0;
175 props->state = port_state;
176 props->port_cap_flags = IB_PORT_CM_SUP | IB_PORT_REINIT_SUP |
179 props->ip_gids = true;
180 props->gid_tbl_len = OCRDMA_MAX_SGID;
181 props->pkey_tbl_len = 1;
182 props->bad_pkey_cntr = 0;
183 props->qkey_viol_cntr = 0;
184 get_link_speed_and_width(dev, &props->active_speed,
185 &props->active_width);
186 props->max_msg_sz = 0x80000000;
187 props->max_vl_num = 4;