Hello Team,
In MCAL_AM263x_08.06.02.01 package, EthIf_TxConfirmation API which is called in Eth_Priv.c file at line number 2268 is having less arguments passed as an input and results in compilation Error.
As per Autosar, EthIf_TxConfirmation API needs three arguments but in this file Eth_Priv.c file at line number 2268, only two parameters are passed as input. please find the code snippet below from Eth_Priv.c file.
EthIf_TxConfirmation((uint8) ctrlIdx,
(Eth_BufIdxType) pTempBufObj->bufIdx);
Please find the autosar specification snippet

Please provide your feedback.
Regards,
Pradeep R