Lines Matching refs:props
67 struct ib_device_attr *props) in c2_query_device() argument
73 *props = c2dev->props; in c2_query_device()
78 u8 port, struct ib_port_attr *props) in c2_query_port() argument
82 props->max_mtu = IB_MTU_4096; in c2_query_port()
83 props->lid = 0; in c2_query_port()
84 props->lmc = 0; in c2_query_port()
85 props->sm_lid = 0; in c2_query_port()
86 props->sm_sl = 0; in c2_query_port()
87 props->state = IB_PORT_ACTIVE; in c2_query_port()
88 props->phys_state = 0; in c2_query_port()
89 props->port_cap_flags = in c2_query_port()
93 props->gid_tbl_len = 1; in c2_query_port()
94 props->pkey_tbl_len = 1; in c2_query_port()
95 props->qkey_viol_cntr = 0; in c2_query_port()
96 props->active_width = 1; in c2_query_port()
97 props->active_speed = IB_SPEED_SDR; in c2_query_port()
518 return sprintf(buf, "%x\n", c2dev->props.hw_ver); in show_rev()
527 (int) (c2dev->props.fw_ver >> 32), in show_fw_ver()
528 (int) (c2dev->props.fw_ver >> 16) & 0xffff, in show_fw_ver()
529 (int) (c2dev->props.fw_ver & 0xffff)); in show_fw_ver()