Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/hisilicon/
H A Dkunpeng_hccs.c683 u8 *full_lane) in hccs_get_die_all_port_lane_status() argument
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()