Searched refs:TableData (Results 1 – 1 of 1) sorted by relevance
1278 NetcEth_Ip_SetMessageHeaderTableOperationDataType TableData = {0U}; in Netc_Eth_Ip_AddVLANFilterTableEntry() local1286 TableData.Data0 = NETC_ETH_IP_CMDBD_REQFMT_CONFIG_FIELD_SET_TPID(VLANTableEntry->TPID); in Netc_Eth_Ip_AddVLANFilterTableEntry()1287 TableData.Data0 |= (uint32)VLANTableEntry->VLANId; in Netc_Eth_Ip_AddVLANFilterTableEntry()1288 TableData.SI_Bitmap = VLANTableEntry->SIBitmap; in Netc_Eth_Ip_AddVLANFilterTableEntry()1289 TableData.Index = VLANTableEntry->VLANFilterTable_EID; in Netc_Eth_Ip_AddVLANFilterTableEntry()1291 TableData.Class = 2U; in Netc_Eth_Ip_AddVLANFilterTableEntry()1293 TableData.Command = 0U; in Netc_Eth_Ip_AddVLANFilterTableEntry()1294 status = Netc_Eth_Ip_SendNTMP1Command_ShortFormat(ctrlIndex, &TableData); in Netc_Eth_Ip_AddVLANFilterTableEntry()1308 NetcEth_Ip_SetMessageHeaderTableOperationDataType TableData = {0U}; in Netc_Eth_Ip_QueryVLANFilterTableEntry() local1318 TableData.Index = VLANTableEntry->VLANFilterTable_EID; in Netc_Eth_Ip_QueryVLANFilterTableEntry()[all …]