Lines Matching defs:host
46 u8 host;
117 hdev->pipes[i].host = NCI_HCI_INVALID_HOST;
122 static void nci_hci_reset_pipes_per_host(struct nci_dev *ndev, u8 host)
127 if (ndev->hci_dev->pipes[i].host == host) {
129 ndev->hci_dev->pipes[i].host = NCI_HCI_INVALID_HOST;
309 * but since we received this cmd from host controller, we
314 ndev->hci_dev->pipes[new_pipe].host =
337 ndev->hci_dev->pipes[delete_info->pipe].host =
348 nci_hci_reset_pipes_per_host(ndev, cleared_info->host);
687 ndev->hci_dev->pipes[pipe].host = dest_host;