Searched refs:dual_lane (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | icm.c | 708 bool boot, dual_lane, speed_gen3; in icm_fr_device_connected() local 725 dual_lane = pkg->hdr.flags & ICM_FLAGS_DUAL_LANE; in icm_fr_device_connected() 836 sw->link_width = dual_lane ? 2 : 1; in icm_fr_device_connected() 1172 bool authorized, boot, dual_lane, speed_gen3; in __icm_tr_device_connected() local 1193 dual_lane = pkg->hdr.flags & ICM_FLAGS_DUAL_LANE; in __icm_tr_device_connected() 1246 sw->link_width = dual_lane ? 2 : 1; in __icm_tr_device_connected()
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | icm.c | 726 bool boot, dual_lane, speed_gen3; in icm_fr_device_connected() local 743 dual_lane = pkg->hdr.flags & ICM_FLAGS_DUAL_LANE; in icm_fr_device_connected() 853 sw->link_width = dual_lane ? TB_LINK_WIDTH_DUAL : in icm_fr_device_connected() 1203 bool authorized, boot, dual_lane, speed_gen3; in __icm_tr_device_connected() local 1224 dual_lane = pkg->hdr.flags & ICM_FLAGS_DUAL_LANE; in __icm_tr_device_connected() 1276 sw->link_width = dual_lane ? TB_LINK_WIDTH_DUAL : in __icm_tr_device_connected()
|
Completed in 7 milliseconds