Searched refs:l_tx_head (Results 1 – 5 of 5) sorted by relevance
| /FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/ |
| D | gmac.c | 217 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()
|
| D | gmac.h | 278 int32_t l_tx_head; member
|
| /FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/DriverSAM/ |
| D | gmac_SAM.c | 274 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()
|
| D | gmac_SAM.h | 287 int32_t l_tx_head; member
|
| /FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/instance/ |
| D | gmac.h | 282 int32_t l_tx_head; member
|