Home
last modified time | relevance | path

Searched refs:hccs_port_info (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/soc/hisilicon/
H A Dkunpeng_hccs.c45 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()
1063 struct hccs_port_info *port; in hccs_remove_die_dir()
1099 struct hccs_port_info *port) in hccs_create_hccs_dir()
[all …]
H A Dkunpeng_hccs.h19 struct hccs_port_info { struct
34 struct hccs_port_info *ports; argument