Home
last modified time | relevance | path

Searched refs:full_lane (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/soc/hisilicon/
H A Dkunpeng_hccs.c683 u8 *full_lane) in hccs_get_die_all_port_lane_status()
690 *full_lane = 1; in hccs_get_die_all_port_lane_status()
705 *full_lane = *((u8 *)&desc.rsp.data); in hccs_get_die_all_port_lane_status()
911 u8 full_lane; in linked_full_lane_on_die_show() local
915 ret = hccs_get_die_all_port_lane_status(hdev, die, &full_lane); in linked_full_lane_on_die_show()
920 return sysfs_emit(buf, "%u\n", full_lane); in linked_full_lane_on_die_show()
995 u8 full_lane = 1; in linked_full_lane_on_chip_show() local
1007 if (tmp != full_lane) { in linked_full_lane_on_chip_show()
1008 full_lane = 0; in linked_full_lane_on_chip_show()
1014 return sysfs_emit(buf, "%u\n", full_lane); in linked_full_lane_on_chip_show()
681 hccs_get_die_all_port_lane_status(struct hccs_dev *hdev, const struct hccs_die_info *die, u8 *full_lane) hccs_get_die_all_port_lane_status() argument
[all...]

Completed in 3 milliseconds