Searched refs:enet_qos_handle_t (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/enet_qos/ |
| D | fsl_enet_qos.h | 635 typedef struct _enet_qos_handle enet_qos_handle_t; typedef 639 …ENET_QOS_Type *base, enet_qos_handle_t *handle, enet_qos_event_t event, uint8_t channel, void *use… 738 typedef void (*enet_qos_isr_t)(ENET_QOS_Type *base, enet_qos_handle_t *handle); 884 status_t ENET_QOS_RxBufferAllocAll(ENET_QOS_Type *base, enet_qos_handle_t *handle); 894 void ENET_QOS_RxBufferFreeAll(ENET_QOS_Type *base, enet_qos_handle_t *handle); 1546 enet_qos_handle_t *handle, 1569 status_t ENET_QOS_GetRxFrameSize(ENET_QOS_Type *base, enet_qos_handle_t *handle, uint32_t *length, … 1606 enet_qos_handle_t *handle, 1632 enet_qos_handle_t *handle, 1652 void ENET_QOS_ReclaimTxDescriptor(ENET_QOS_Type *base, enet_qos_handle_t *handle, uint8_t channel); [all …]
|
| D | fsl_enet_qos.c | 160 enet_qos_handle_t *handle, 195 static enet_qos_handle_t *s_ENETHandle[ARRAY_SIZE(s_enetqosBases)] = {NULL}; 822 enet_qos_handle_t *handle, in ENET_QOS_StoreRxFrameTime() 997 enet_qos_handle_t *handle = s_ENETHandle[ENET_QOS_GetInstance(base)]; in ENET_QOS_Down() 1171 status_t ENET_QOS_RxBufferAllocAll(ENET_QOS_Type *base, enet_qos_handle_t *handle) in ENET_QOS_RxBufferAllocAll() 1256 void ENET_QOS_RxBufferFreeAll(ENET_QOS_Type *base, enet_qos_handle_t *handle) in ENET_QOS_RxBufferFreeAll() 1515 enet_qos_handle_t *handle, in ENET_QOS_CreateHandler() 1533 (void)memset(handle, 0, sizeof(enet_qos_handle_t)); in ENET_QOS_CreateHandler() 1641 enet_qos_handle_t *handle = s_ENETHandle[ENET_QOS_GetInstance(base)]; in ENET_QOS_AddMulticastGroup() 1694 enet_qos_handle_t *handle = s_ENETHandle[ENET_QOS_GetInstance(base)]; in ENET_QOS_LeaveMulticastGroup() [all …]
|