Searched refs:hccs_port_info (Results 1 – 2 of 2) sorted by relevance
45 static struct hccs_port_info *kobj_to_port_info(struct kobject *k) in kobj_to_port_info()47 return container_of(k, struct hccs_port_info, kobj); in kobj_to_port_info()505 struct hccs_port_info *port; in hccs_get_all_port_info_on_die()549 die->port_num * sizeof(struct hccs_port_info), in hccs_query_all_port_info_on_platform()598 const struct hccs_port_info *port, in hccs_query_port_link_status()625 const struct hccs_port_info *port, in hccs_query_port_crc_err_cnt()755 const struct hccs_port_info *port = kobj_to_port_info(kobj); in type_show()764 const struct hccs_port_info *port = kobj_to_port_info(kobj); in lane_mode_show()773 const struct hccs_port_info *port = kobj_to_port_info(kobj); in enable_show()782 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