Lines Matching refs:pipes
127 hdev->pipes[i].gate = NCI_HCI_INVALID_GATE; in nci_hci_reset_pipes()
128 hdev->pipes[i].host = NCI_HCI_INVALID_HOST; in nci_hci_reset_pipes()
138 if (ndev->hci_dev->pipes[i].host == host) { in nci_hci_reset_pipes_per_host()
139 ndev->hci_dev->pipes[i].gate = NCI_HCI_INVALID_GATE; in nci_hci_reset_pipes_per_host()
140 ndev->hci_dev->pipes[i].host = NCI_HCI_INVALID_HOST; in nci_hci_reset_pipes_per_host()
297 u8 gate = ndev->hci_dev->pipes[pipe].gate; in nci_hci_cmd_received()
322 ndev->hci_dev->pipes[new_pipe].gate = dest_gate; in nci_hci_cmd_received()
323 ndev->hci_dev->pipes[new_pipe].host = in nci_hci_cmd_received()
340 ndev->hci_dev->pipes[delete_info->pipe].gate = in nci_hci_cmd_received()
342 ndev->hci_dev->pipes[delete_info->pipe].host = in nci_hci_cmd_received()
698 ndev->hci_dev->pipes[pipe].gate = dest_gate; in nci_hci_connect_gate()
699 ndev->hci_dev->pipes[pipe].host = dest_host; in nci_hci_connect_gate()