Searched refs:num_supported_commands (Results 1 – 2 of 2) sorted by relevance
2378 u16 opcode, num_supported_commands = in btintel_pcie_hci_drv_read_info() local2381 rp_size = sizeof(*rp) + num_supported_commands * 2; in btintel_pcie_hci_drv_read_info()2389 rp->num_supported_commands = cpu_to_le16(num_supported_commands); in btintel_pcie_hci_drv_read_info()2390 for (i = 0; i < num_supported_commands; i++) { in btintel_pcie_hci_drv_read_info()
3916 u16 opcode, num_supported_commands = in btusb_hci_drv_read_info() local3919 rp_size = sizeof(*rp) + num_supported_commands * 2; in btusb_hci_drv_read_info()3927 rp->num_supported_commands = cpu_to_le16(num_supported_commands); in btusb_hci_drv_read_info()3928 for (i = 0; i < num_supported_commands; i++) { in btusb_hci_drv_read_info()