Searched refs:num_supported_commands (Results 1 – 2 of 2) sorted by relevance
2407 u16 opcode, num_supported_commands = in btintel_pcie_hci_drv_read_info() local2410 rp_size = struct_size(rp, supported_commands, num_supported_commands); in btintel_pcie_hci_drv_read_info()2418 rp->num_supported_commands = cpu_to_le16(num_supported_commands); in btintel_pcie_hci_drv_read_info()2419 for (i = 0; i < num_supported_commands; i++) { in btintel_pcie_hci_drv_read_info()
3938 u16 opcode, num_supported_commands = in btusb_hci_drv_read_info() local3941 rp_size = sizeof(*rp) + num_supported_commands * 2; in btusb_hci_drv_read_info()3949 rp->num_supported_commands = cpu_to_le16(num_supported_commands); in btusb_hci_drv_read_info()3950 for (i = 0; i < num_supported_commands; i++) { in btusb_hci_drv_read_info()