Searched refs:u8QueueIndex (Results 1 – 2 of 2) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_ethif.h | 533 typedef void (*cy_ethif_tx_msg_cb_t)(ETH_Type *base, uint8_t u8QueueIndex); 544 typedef void (*cy_ethif_tx_error_cb_t)(ETH_Type *base, uint8_t u8QueueIndex); 737 …me(ETH_Type *base, uint8_t * pu8TxBuffer, uint16_t u16Length, uint8_t u8QueueIndex, bool bEndBuffe…
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_ethif.c | 463 …me(ETH_Type *base, uint8_t * pu8TxBuffer, uint16_t u16Length, uint8_t u8QueueIndex, bool bEndBuffe… in Cy_ETHIF_TransmitFrame() argument 477 … if ((pu8TxBuffer == NULL) || (u16Length > CY_ETH_SIZE_MAX_FRAME) || (u8QueueIndex > CY_ETH_QS2_2)) in Cy_ETHIF_TransmitFrame() 485 if (stcQueueDisStatus[u8EthIfInstance].bTxQueueDisable[u8QueueIndex] == true) in Cy_ETHIF_TransmitFrame() 520 u8QueueIndex, in Cy_ETHIF_TransmitFrame()
|