Searched refs:hccs_port_info (Results 1 – 2 of 2) sorted by relevance
41 static struct hccs_port_info *kobj_to_port_info(struct kobject *k) in kobj_to_port_info()43 return container_of(k, struct hccs_port_info, kobj); in kobj_to_port_info()572 struct hccs_port_info *port; in hccs_get_all_port_info_on_die()615 die->port_num * sizeof(struct hccs_port_info), in hccs_query_all_port_info_on_platform()664 const struct hccs_port_info *port, in hccs_query_port_link_status()691 const struct hccs_port_info *port, in hccs_query_port_crc_err_cnt()821 const struct hccs_port_info *port = kobj_to_port_info(kobj); in type_show()830 const struct hccs_port_info *port = kobj_to_port_info(kobj); in lane_mode_show()839 const struct hccs_port_info *port = kobj_to_port_info(kobj); in enable_show()848 const struct hccs_port_info *port = kobj_to_port_info(kobj); in cur_lane_num_show()[all …]
19 struct hccs_port_info { struct34 struct hccs_port_info *ports; argument