Searched refs:pdn_table (Results 1 – 2 of 2) sorted by relevance
28 struct pdn_table { struct56 struct pdn_table pdn_table; member
469 nic->pdn_table.dft_eps_id, 0, in gdm_lte_tx()731 struct hci_pdn_table_ind *pdn_table = (struct hci_pdn_table_ind *)buf; in gdm_lte_pdn_table() local734 if (!pdn_table->activate) { in gdm_lte_pdn_table()735 memset(&nic->pdn_table, 0x00, sizeof(struct pdn_table)); in gdm_lte_pdn_table()741 nic->pdn_table.activate = pdn_table->activate; in gdm_lte_pdn_table()742 nic->pdn_table.dft_eps_id = gdm_dev32_to_cpu(ed, pdn_table->dft_eps_id); in gdm_lte_pdn_table()743 nic->pdn_table.nic_type = gdm_dev32_to_cpu(ed, pdn_table->nic_type); in gdm_lte_pdn_table()746 nic->pdn_table.nic_type); in gdm_lte_pdn_table()752 struct hci_pdn_table_ind *pdn_table = (struct hci_pdn_table_ind *)buf; in gdm_lte_receive_pkt() local789 pdn_table = (struct hci_pdn_table_ind *)buf; in gdm_lte_receive_pkt()[all …]