Searched refs:pdn_table (Results 1 – 2 of 2) sorted by relevance
471 nic->pdn_table.dft_eps_id, 0, in gdm_lte_tx()725 struct hci_pdn_table_ind *pdn_table = (struct hci_pdn_table_ind *)buf; in gdm_lte_pdn_table() local727 if (pdn_table->activate) { in gdm_lte_pdn_table()728 nic->pdn_table.activate = pdn_table->activate; in gdm_lte_pdn_table()729 nic->pdn_table.dft_eps_id = gdm_dev32_to_cpu( in gdm_lte_pdn_table()732 pdn_table->dft_eps_id); in gdm_lte_pdn_table()733 nic->pdn_table.nic_type = gdm_dev32_to_cpu( in gdm_lte_pdn_table()736 pdn_table->nic_type); in gdm_lte_pdn_table()739 nic->pdn_table.nic_type); in gdm_lte_pdn_table()741 memset(&nic->pdn_table, 0x00, sizeof(struct pdn_table)); in gdm_lte_pdn_table()[all …]
38 struct pdn_table { struct66 struct pdn_table pdn_table; member