Home
last modified time | relevance | path

Searched refs:enet_tx_control_config_t (Results 1 – 5 of 5) sorted by relevance

/device/soc/hpmicro/sdk/hpm_sdk/drivers/inc/
Dhpm_enet_drv.h468 } enet_tx_control_config_t; typedef
479 enet_tx_control_config_t tx_control_config;
546 void enet_get_default_tx_control_config(ENET_Type *ptr, enet_tx_control_config_t *config);
698 …_desc(ENET_Type *ptr, enet_tx_desc_t **parent_tx_desc_list_cur, enet_tx_control_config_t *config, …
715 enet_tx_control_config_t *config,
/device/board/hpmicro/hpm6800evk/liteos_m/lwip_adapter/
Dhpm_lwip.c113 enet_tx_control_config_t enet_tx_control_config; in enetDevInit()
119 memcpy(&dev->desc.tx_control_config, &enet_tx_control_config, sizeof(enet_tx_control_config_t)); in enetDevInit()
/device/board/hpmicro/hpm6300evk/liteos_m/lwip_adapter/
Dhpm_lwip.c124 enet_tx_control_config_t enet_tx_control_config; in enetDevInit()
130 memcpy(&dev->desc.tx_control_config, &enet_tx_control_config, sizeof(enet_tx_control_config_t)); in enetDevInit()
/device/board/hpmicro/hpm6750evk2/liteos_m/lwip_adapter/
Dhpm_lwip.c156 enet_tx_control_config_t enet_tx_control_config; in enetDevInit()
162 memcpy(&dev->desc.tx_control_config, &enet_tx_control_config, sizeof(enet_tx_control_config_t)); in enetDevInit()
/device/soc/hpmicro/sdk/hpm_sdk/drivers/src/
Dhpm_enet_drv.c389 void enet_get_default_tx_control_config(ENET_Type *ptr, enet_tx_control_config_t *config) in enet_get_default_tx_control_config()
404 enet_tx_control_config_t *config, in enet_prepare_tx_desc_with_ts_record()
519 …_desc(ENET_Type *ptr, enet_tx_desc_t **parent_tx_desc_list_cur, enet_tx_control_config_t *config, … in enet_prepare_tx_desc()