Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/
Dgmac.c217 CIRC_CLEAR( p_dev->l_tx_head, p_dev->l_tx_tail ); in gmac_reset_tx_mem()
686 p_tx_td = &p_gmac_dev->p_tx_dscr[ p_gmac_dev->l_tx_head ]; in gmac_dev_write()
699 p_func_tx_cb = &p_gmac_dev->func_tx_cb_list[ p_gmac_dev->l_tx_head ]; in gmac_dev_write()
732 if( p_gmac_dev->l_tx_head == ( int32_t ) ( p_gmac_dev->ul_tx_list_size - 1 ) ) in gmac_dev_write()
744 circ_inc32( &p_gmac_dev->l_tx_head, p_gmac_dev->ul_tx_list_size ); in gmac_dev_write()
763 uint16_t us_head = p_gmac_dev->l_tx_head; in gmac_dev_get_tx_load()
962 ul_tx_status_flag = GMAC_TSR_RLE | CIRC_CNT( p_gmac_dev->l_tx_head, in gmac_handler()
974 if( !CIRC_EMPTY( p_gmac_dev->l_tx_head, p_gmac_dev->l_tx_tail ) ) in gmac_handler()
1000 } while( CIRC_CNT( p_gmac_dev->l_tx_head, p_gmac_dev->l_tx_tail, in gmac_handler()
1018 if( ( CIRC_SPACE( p_gmac_dev->l_tx_head, p_gmac_dev->l_tx_tail, in gmac_handler()
Dgmac.h278 int32_t l_tx_head; member
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/DriverSAM/
Dgmac_SAM.c274 CIRC_CLEAR( p_dev->l_tx_head, p_dev->l_tx_tail ); in gmac_reset_tx_mem()
734 p_tx_td = &gs_tx_desc[ p_gmac_dev->l_tx_head ]; in gmac_dev_write()
770 if( p_gmac_dev->l_tx_head == ( int32_t ) ( GMAC_TX_BUFFERS - 1 ) ) in gmac_dev_write()
790 circ_inc32( &p_gmac_dev->l_tx_head, GMAC_TX_BUFFERS ); in gmac_dev_write()
807 uint16_t us_head = p_gmac_dev->l_tx_head; in gmac_dev_get_tx_load()
955 ul_tx_status_flag = GMAC_TSR_RLE | CIRC_CNT( p_gmac_dev->l_tx_head, in gmac_handler()
964 if( !CIRC_EMPTY( p_gmac_dev->l_tx_head, p_gmac_dev->l_tx_tail ) ) in gmac_handler()
986 } while( CIRC_CNT( p_gmac_dev->l_tx_head, p_gmac_dev->l_tx_tail, in gmac_handler()
1001 if( ( CIRC_SPACE( p_gmac_dev->l_tx_head, p_gmac_dev->l_tx_tail, in gmac_handler()
Dgmac_SAM.h287 int32_t l_tx_head; member
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/instance/
Dgmac.h282 int32_t l_tx_head; member