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()
365 u8 gate = ndev->hci_dev->pipes[pipe].gate; in st_nci_hci_event_received()
366 u8 host = ndev->hci_dev->pipes[pipe].host; in st_nci_hci_event_received()
386 u8 gate = ndev->hci_dev->pipes[pipe].gate; in st_nci_hci_cmd_received()
393 ndev->hci_dev->pipes[pipe].host != ST_NCI_UICC_HOST_ID) in st_nci_hci_cmd_received()
394 ndev->hci_dev->count_pipes++; in st_nci_hci_cmd_received()
396 if (ndev->hci_dev->count_pipes == in st_nci_hci_cmd_received()
397 ndev->hci_dev->expected_pipes) { in st_nci_hci_cmd_received()
400 ndev->hci_dev->count_pipes = 0; in st_nci_hci_cmd_received()
418 ndev->hci_dev->count_pipes = 0; in st_nci_control_se()
419 ndev->hci_dev->expected_pipes = ST_NCI_SE_COUNT_PIPE_UICC; in st_nci_control_se()
422 ndev->hci_dev->count_pipes = 0; in st_nci_control_se()
423 ndev->hci_dev->expected_pipes = ST_NCI_SE_COUNT_PIPE_EMBEDDED; in st_nci_control_se()
547 spec_params.id = ndev->hci_dev->nfcee_id; in st_nci_hci_network_init()
558 conn_info = ndev->hci_dev->conn_info; in st_nci_hci_network_init()
562 ndev->hci_dev->init_data.gate_count = ARRAY_SIZE(st_nci_gates); in st_nci_hci_network_init()
563 memcpy(ndev->hci_dev->init_data.gates, st_nci_gates, in st_nci_hci_network_init()
576 scnprintf(ndev->hci_dev->init_data.session_id, in st_nci_hci_network_init()
577 sizeof(ndev->hci_dev->init_data.session_id), in st_nci_hci_network_init()
591 ndev->hci_dev->conn_info->dest_params->id, in st_nci_hci_network_init()
595 ndev->hci_dev->conn_info->dest_params->id, in st_nci_hci_network_init()