Lines Matching refs:pipes
124 hdev->pipes[i].gate = NCI_HCI_INVALID_GATE; in nci_hci_reset_pipes()
125 hdev->pipes[i].host = NCI_HCI_INVALID_HOST; in nci_hci_reset_pipes()
135 if (ndev->hci_dev->pipes[i].host == host) { in nci_hci_reset_pipes_per_host()
136 ndev->hci_dev->pipes[i].gate = NCI_HCI_INVALID_GATE; in nci_hci_reset_pipes_per_host()
137 ndev->hci_dev->pipes[i].host = NCI_HCI_INVALID_HOST; in nci_hci_reset_pipes_per_host()
280 u8 gate = ndev->hci_dev->pipes[pipe].gate; in nci_hci_cmd_received()
305 ndev->hci_dev->pipes[new_pipe].gate = dest_gate; in nci_hci_cmd_received()
306 ndev->hci_dev->pipes[new_pipe].host = in nci_hci_cmd_received()
323 ndev->hci_dev->pipes[delete_info->pipe].gate = in nci_hci_cmd_received()
325 ndev->hci_dev->pipes[delete_info->pipe].host = in nci_hci_cmd_received()
629 ndev->hci_dev->pipes[pipe].gate = dest_gate; in nci_hci_connect_gate()
630 ndev->hci_dev->pipes[pipe].host = dest_host; in nci_hci_connect_gate()