Searched refs:enet_tx_control_config_t (Results 1 – 5 of 5) sorted by relevance
| /device/soc/hpmicro/sdk/hpm_sdk/drivers/inc/ |
| D | hpm_enet_drv.h | 468 } 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/ |
| D | hpm_lwip.c | 113 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/ |
| D | hpm_lwip.c | 124 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/ |
| D | hpm_lwip.c | 156 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/ |
| D | hpm_enet_drv.c | 389 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()
|