Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c317 …t8 SwitchIdx, uint8 cbdrIndex, const NetcEthSwt_Ip_ReqHeaderTableOperationDataType *OperationData);
706 NetcEthSwt_Ip_ReqHeaderTableOperationDataType OperationData; local
739OperationData.CmdCompletionInt = 0x0U; /* command completio…
740OperationData.Version = NETC_ETHSWT_IP_CMDBD_REQFMT_PROTOCOL_VERSION; /* protocol version …
741 OperationData.TableId = NETC_ETHSWT_IP_FDB_TABLE_ID;
742 OperationData.AccessMethod = NETC_ETHSWT_SEARCH_METHOD;
743 OperationData.Cmd = NETC_ETHSWT_QUERY_FOLLOWEDBY_UPDATE_CMD;
744 OperationData.ReqBuffLength = (NETC_ETHSWT_IP_FDBTABLE_REQBUFFER_LEN);
745OperationData.RspBuffLength = (NETC_ETHSWT_IP_FDBTABLE_RESBUFFER_LEN); /* full query nee…
749 CBDRStatus = Netc_EthSwt_Ip_SendCommand(SwitchIdx, NETC_ETHSWT_IP_CBDR_0, &OperationData);
[all …]
/hal_nxp-3.6.0/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c1087 …SendCommand(const uint8 CtrlIndex, const NetcEth_Ip_ReqHeaderTableOperationDataType *OperationData) in Netc_Eth_Ip_SendCommand() argument
1118 …H_IP_CMDBD_REQFMT_REQUEST_LENGTH(OperationData->ReqBuffLength) | NETC_ETH_IP_CMDBD_REQFMT_RESPONSE… in Netc_Eth_Ip_SendCommand()
1122 …ETC_ETH_IP_REQHEADER_CONFIGFIELD] |= NETC_ETH_IP_CMDBD_REQFMT_CONFIG_FIELD_CMD(OperationData->Cmd); in Netc_Eth_Ip_SendCommand()
1123 …R_CONFIGFIELD] |= NETC_ETH_IP_CMDBD_REQFMT_CONFIG_FIELD_ACCESS_METHOD(OperationData->AccessMethod); in Netc_Eth_Ip_SendCommand()
1124 …P_REQHEADER_CONFIGFIELD] |= NETC_ETH_IP_CMDBD_REQFMT_CONFIG_FIELD_TABLE_ID(OperationData->TableId); in Netc_Eth_Ip_SendCommand()
1125 …IP_REQHEADER_CONFIGFIELD] |= NETC_ETH_IP_CMDBD_REQFMT_CONFIG_FIELD_VERSION(OperationData->Version); in Netc_Eth_Ip_SendCommand()
1126 …P_REQHEADER_CONFIGFIELD] |= NETC_ETH_IP_CMDBD_REQFMT_CONFIG_FIELD_CCI(OperationData->CmdCompletion… in Netc_Eth_Ip_SendCommand()
1178 …hortFormat(uint8 CtrlIndex, const NetcEth_Ip_SetMessageHeaderTableOperationDataType *OperationData) in Netc_Eth_Ip_SendNTMP1Command_ShortFormat() argument
1203 …g.commandBDAddr[producerIdx].MessageHeaderDataField[NETC_ETH_IP_CBD_ADDR_L] = OperationData->Data0; in Netc_Eth_Ip_SendNTMP1Command_ShortFormat()
1204 …g.commandBDAddr[producerIdx].MessageHeaderDataField[NETC_ETH_IP_CBD_ADDR_H] = OperationData->Data1; in Netc_Eth_Ip_SendNTMP1Command_ShortFormat()
[all …]