Home
last modified time | relevance | path

Searched refs:p_dev (Results 1 – 3 of 3) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/
Dgmac.c204 static void gmac_reset_tx_mem( gmac_device_t * p_dev ) in gmac_reset_tx_mem() argument
206 Gmac * p_hw = p_dev->p_hw; in gmac_reset_tx_mem()
207 uint8_t * p_tx_buff = p_dev->p_tx_buffer; in gmac_reset_tx_mem()
208 gmac_tx_descriptor_t * p_td = p_dev->p_tx_dscr; in gmac_reset_tx_mem()
217 CIRC_CLEAR( p_dev->l_tx_head, p_dev->l_tx_tail ); in gmac_reset_tx_mem()
219 for( ul_index = 0; ul_index < p_dev->ul_tx_list_size; ul_index++ ) in gmac_reset_tx_mem()
234 p_td[ p_dev->ul_tx_list_size - 1 ].status.val = in gmac_reset_tx_mem()
246 static void gmac_reset_rx_mem( gmac_device_t * p_dev ) in gmac_reset_rx_mem() argument
248 Gmac * p_hw = p_dev->p_hw; in gmac_reset_rx_mem()
249 uint8_t * p_rx_buff = p_dev->p_rx_buffer; in gmac_reset_rx_mem()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/DriverSAM/
Dgmac_SAM.c252 void gmac_reset_tx_mem( gmac_device_t * p_dev ) in gmac_reset_tx_mem() argument
254 Gmac * p_hw = p_dev->p_hw; in gmac_reset_tx_mem()
274 CIRC_CLEAR( p_dev->l_tx_head, p_dev->l_tx_tail ); in gmac_reset_tx_mem()
313 static void gmac_reset_rx_mem( gmac_device_t * p_dev ) in gmac_reset_rx_mem() argument
315 Gmac * p_hw = p_dev->p_hw; in gmac_reset_rx_mem()
324 p_dev->ul_rx_idx = 0; in gmac_reset_rx_mem()
Dgmac_SAM.h1540 void gmac_reset_tx_mem( gmac_device_t * p_dev );