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

/drivers/staging/gdm724x/
H A Dgdm_lte.h38 struct pdn_table { struct
66 struct pdn_table pdn_table; member in struct:nic
H A Dgdm_lte.c480 nic->pdn_table.dft_eps_id, 0,
738 struct hci_pdn_table_ind *pdn_table = (struct hci_pdn_table_ind *)buf; local
740 if (pdn_table->activate) {
741 nic->pdn_table.activate = pdn_table->activate;
742 nic->pdn_table.dft_eps_id = gdm_dev32_to_cpu(
745 pdn_table->dft_eps_id);
746 nic->pdn_table.nic_type = gdm_dev32_to_cpu(
749 pdn_table->nic_type);
752 nic->pdn_table
762 struct hci_pdn_table_ind *pdn_table = (struct hci_pdn_table_ind *)buf; local
[all...]

Completed in 61 milliseconds