Lines Matching refs:hci_dev
226 ndev->hci_dev->init_data.gates[j].pipe = pipe_info[2]; in st_nci_hci_load_session()
228 ndev->hci_dev->gate2pipe[st_nci_gates[j].gate] = in st_nci_hci_load_session()
230 ndev->hci_dev->pipes[pipe_info[2]].gate = in st_nci_hci_load_session()
232 ndev->hci_dev->pipes[pipe_info[2]].host = in st_nci_hci_load_session()
364 u8 gate = ndev->hci_dev->pipes[pipe].gate; in st_nci_hci_event_received()
365 u8 host = ndev->hci_dev->pipes[pipe].host; in st_nci_hci_event_received()
385 u8 gate = ndev->hci_dev->pipes[pipe].gate; in st_nci_hci_cmd_received()
392 ndev->hci_dev->pipes[pipe].host != ST_NCI_UICC_HOST_ID) in st_nci_hci_cmd_received()
393 ndev->hci_dev->count_pipes++; in st_nci_hci_cmd_received()
395 if (ndev->hci_dev->count_pipes == in st_nci_hci_cmd_received()
396 ndev->hci_dev->expected_pipes) { in st_nci_hci_cmd_received()
399 ndev->hci_dev->count_pipes = 0; in st_nci_hci_cmd_received()
417 ndev->hci_dev->count_pipes = 0; in st_nci_control_se()
418 ndev->hci_dev->expected_pipes = ST_NCI_SE_COUNT_PIPE_UICC; in st_nci_control_se()
421 ndev->hci_dev->count_pipes = 0; in st_nci_control_se()
422 ndev->hci_dev->expected_pipes = ST_NCI_SE_COUNT_PIPE_EMBEDDED; in st_nci_control_se()
546 spec_params.id = ndev->hci_dev->nfcee_id; in st_nci_hci_network_init()
557 conn_info = ndev->hci_dev->conn_info; in st_nci_hci_network_init()
561 ndev->hci_dev->init_data.gate_count = ARRAY_SIZE(st_nci_gates); in st_nci_hci_network_init()
562 memcpy(ndev->hci_dev->init_data.gates, st_nci_gates, in st_nci_hci_network_init()
575 scnprintf(ndev->hci_dev->init_data.session_id, in st_nci_hci_network_init()
576 sizeof(ndev->hci_dev->init_data.session_id), in st_nci_hci_network_init()
590 ndev->hci_dev->conn_info->dest_params->id, in st_nci_hci_network_init()
594 ndev->hci_dev->conn_info->dest_params->id, in st_nci_hci_network_init()