Searched refs:p_descriptor (Results 1 – 1 of 1) sorted by relevance
1095 ether_instance_descriptor_t * p_descriptor; in R_ETHER_TxStatusGet() local1108 p_descriptor = (ether_instance_descriptor_t *) p_reg_edmac->TDFAR; in R_ETHER_TxStatusGet()1111 if (NULL != p_descriptor) in R_ETHER_TxStatusGet()1116 …p_descriptor = (ether_instance_descriptor_t *) ((uint8_t *) p_descriptor - sizeof(ether_instance_d… in R_ETHER_TxStatusGet()1118 if (p_descriptor < p_tx_descriptors) in R_ETHER_TxStatusGet()1120 p_descriptor = &p_tx_descriptors[num_tx_descriptors - 1]; in R_ETHER_TxStatusGet()1124 …if ((NULL != p_descriptor->p_buffer) && (ETHER_TD0_TACT != (p_descriptor->status & ETHER_TD0_TACT)… in R_ETHER_TxStatusGet()1126 *p_sent_buffer_address = p_descriptor->p_buffer; in R_ETHER_TxStatusGet()1264 ether_instance_descriptor_t * p_descriptor = NULL; in ether_init_descriptors() local1271 p_descriptor = &p_ether_extended_cfg->p_rx_descriptors[i]; in ether_init_descriptors()[all …]