speed_cmd         472 drivers/bluetooth/hci_intel.c 	u8 speed_cmd[] = { 0x06, 0xfc, 0x01, 0x00 };
speed_cmd         489 drivers/bluetooth/hci_intel.c 	speed_cmd[3] = intel_convert_speed(speed);
speed_cmd         490 drivers/bluetooth/hci_intel.c 	if (speed_cmd[3] == 0xff) {
speed_cmd         506 drivers/bluetooth/hci_intel.c 	skb = bt_skb_alloc(sizeof(speed_cmd), GFP_KERNEL);
speed_cmd         512 drivers/bluetooth/hci_intel.c 	skb_put_data(skb, speed_cmd, sizeof(speed_cmd));
speed_cmd         935 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c static int hclge_parse_speed(int speed_cmd, int *speed)
speed_cmd         937 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	switch (speed_cmd) {