Lines Matching refs:hci_dev
237 ndev->hci_dev->init_data.gates[j].pipe = pipe_info[2]; in st_nci_hci_load_session()
239 ndev->hci_dev->gate2pipe[st_nci_gates[j].gate] = in st_nci_hci_load_session()
241 ndev->hci_dev->pipes[pipe_info[2]].gate = in st_nci_hci_load_session()
243 ndev->hci_dev->pipes[pipe_info[2]].host = in st_nci_hci_load_session()
373 u8 gate = ndev->hci_dev->pipes[pipe].gate; in st_nci_hci_event_received()
374 u8 host = ndev->hci_dev->pipes[pipe].host; in st_nci_hci_event_received()
394 u8 gate = ndev->hci_dev->pipes[pipe].gate; in st_nci_hci_cmd_received()
401 ndev->hci_dev->pipes[pipe].host != ST_NCI_UICC_HOST_ID) in st_nci_hci_cmd_received()
402 ndev->hci_dev->count_pipes++; in st_nci_hci_cmd_received()
404 if (ndev->hci_dev->count_pipes == in st_nci_hci_cmd_received()
405 ndev->hci_dev->expected_pipes) { in st_nci_hci_cmd_received()
408 ndev->hci_dev->count_pipes = 0; in st_nci_hci_cmd_received()
426 ndev->hci_dev->count_pipes = 0; in st_nci_control_se()
427 ndev->hci_dev->expected_pipes = ST_NCI_SE_COUNT_PIPE_UICC; in st_nci_control_se()
430 ndev->hci_dev->count_pipes = 0; in st_nci_control_se()
431 ndev->hci_dev->expected_pipes = ST_NCI_SE_COUNT_PIPE_EMBEDDED; in st_nci_control_se()
555 spec_params.id = ndev->hci_dev->nfcee_id; in st_nci_hci_network_init()
566 conn_info = ndev->hci_dev->conn_info; in st_nci_hci_network_init()
570 ndev->hci_dev->init_data.gate_count = ARRAY_SIZE(st_nci_gates); in st_nci_hci_network_init()
571 memcpy(ndev->hci_dev->init_data.gates, st_nci_gates, in st_nci_hci_network_init()
584 scnprintf(ndev->hci_dev->init_data.session_id, in st_nci_hci_network_init()
585 sizeof(ndev->hci_dev->init_data.session_id), in st_nci_hci_network_init()
599 ndev->hci_dev->conn_info->dest_params->id, in st_nci_hci_network_init()
603 ndev->hci_dev->conn_info->dest_params->id, in st_nci_hci_network_init()