Home
last modified time | relevance | path

Searched refs:num_tx_descriptors (Results 1 – 2 of 2) sorted by relevance

/hal_renesas-latest/drivers/ra/fsp/src/r_ether/
Dr_ether.c300 p_instance_ctrl->p_ether_cfg->num_tx_descriptors); in R_ETHER_Open()
703 … sizeof(ether_instance_descriptor_t) * p_instance_ctrl->p_ether_cfg->num_tx_descriptors); in R_ETHER_LinkProcess()
1113 uint32_t num_tx_descriptors = p_instance_ctrl->p_ether_cfg->num_tx_descriptors; in R_ETHER_TxStatusGet() local
1120 p_descriptor = &p_tx_descriptors[num_tx_descriptors - 1]; in R_ETHER_TxStatusGet()
1298 for (i = 0; i < p_instance_ctrl->p_ether_cfg->num_tx_descriptors; i++) in ether_init_descriptors()
1348 (uint32_t) (p_instance_ctrl->p_ether_cfg->num_tx_descriptors + in ether_init_buffers()
/hal_renesas-latest/drivers/ra/fsp/inc/api/
Dr_ether_api.h134 uint8_t num_tx_descriptors; ///< Number of transmission descriptor member