Searched refs:pdn_table (Results 1 – 2 of 2) sorted by relevance
470 nic->pdn_table.dft_eps_id, 0, in gdm_lte_tx()733 struct hci_pdn_table_ind *pdn_table = (struct hci_pdn_table_ind *)buf; in gdm_lte_pdn_table() local736 if (!pdn_table->activate) { in gdm_lte_pdn_table()737 memset(&nic->pdn_table, 0x00, sizeof(struct pdn_table)); in gdm_lte_pdn_table()743 nic->pdn_table.activate = pdn_table->activate; in gdm_lte_pdn_table()744 nic->pdn_table.dft_eps_id = gdm_dev32_to_cpu(ed, pdn_table->dft_eps_id); in gdm_lte_pdn_table()745 nic->pdn_table.nic_type = gdm_dev32_to_cpu(ed, pdn_table->nic_type); in gdm_lte_pdn_table()748 nic->pdn_table.nic_type); in gdm_lte_pdn_table()754 struct hci_pdn_table_ind *pdn_table = (struct hci_pdn_table_ind *)buf; in gdm_lte_receive_pkt() local791 pdn_table = (struct hci_pdn_table_ind *)buf; in gdm_lte_receive_pkt()[all …]
28 struct pdn_table { struct56 struct pdn_table pdn_table; member