Home
last modified time | relevance | path

Searched refs:pdn_table (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/gdm724x/
Dgdm_lte.h38 struct pdn_table { struct
66 struct pdn_table pdn_table; member
Dgdm_lte.c481 nic->pdn_table.dft_eps_id, 0, in gdm_lte_tx()
739 struct hci_pdn_table_ind *pdn_table = (struct hci_pdn_table_ind *)buf; in gdm_lte_pdn_table() local
741 if (pdn_table->activate) { in gdm_lte_pdn_table()
742 nic->pdn_table.activate = pdn_table->activate; in gdm_lte_pdn_table()
743 nic->pdn_table.dft_eps_id = gdm_dev32_to_cpu( in gdm_lte_pdn_table()
746 pdn_table->dft_eps_id); in gdm_lte_pdn_table()
747 nic->pdn_table.nic_type = gdm_dev32_to_cpu( in gdm_lte_pdn_table()
750 pdn_table->nic_type); in gdm_lte_pdn_table()
753 nic->pdn_table.nic_type); in gdm_lte_pdn_table()
755 memset(&nic->pdn_table, 0x00, sizeof(struct pdn_table)); in gdm_lte_pdn_table()
[all …]