Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dhci_qca.c1438 enum qca_speed_type speed_type) in qca_get_speed() argument
1442 if (speed_type == QCA_INIT_SPEED) { in qca_get_speed()
1482 static int qca_set_speed(struct hci_uart *hu, enum qca_speed_type speed_type) in qca_set_speed() argument
1488 if (speed_type == QCA_INIT_SPEED) { in qca_set_speed()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.h288 u8 speed_type; /* 0: sfp speed, 1: active speed */ member
H A Dhclge_main.c3296 mac->speed_type = QUERY_ACTIVE_SPEED; in hclge_get_sfp_info()
3304 mac->speed_type = QUERY_SFP_SPEED; in hclge_get_sfp_info()
3476 if (mac->speed_type == QUERY_ACTIVE_SPEED) { in hclge_update_port_info()
/linux/drivers/infiniband/core/
H A Dverbs.c225 #define IB_SPEED_ATTR(speed_type, _str, _speed) \ argument
226 [speed_type] = {.str = _str, .speed = _speed}