Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dhci_qca.c1361 enum qca_speed_type speed_type) in qca_get_speed() argument
1365 if (speed_type == QCA_INIT_SPEED) { in qca_get_speed()
1395 static int qca_set_speed(struct hci_uart *hu, enum qca_speed_type speed_type) in qca_set_speed() argument
1401 if (speed_type == QCA_INIT_SPEED) { in qca_set_speed()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.h265 u8 speed_type; /* 0: sfp speed, 1: active speed */ member
H A Dhclge_main.c2944 mac->speed_type = QUERY_ACTIVE_SPEED; in hclge_get_sfp_info()
2950 mac->speed_type = QUERY_SFP_SPEED; in hclge_get_sfp_info()
2983 if (mac->speed_type == QUERY_ACTIVE_SPEED) { in hclge_update_port_info()