Searched refs:rx_buf (Results 1 – 1 of 1) sorted by relevance
46 uint8_t rx_buf[ RX_DESCRIPTOR_NUM ][ PACKET_BUFFER_SIZE ]; variable51 uint8_t rx_buf[ RX_DESCRIPTOR_NUM ][ PACKET_BUFFER_SIZE ] __attribute__( ( aligned( 4 ) ) ); variable201 rx_desc[ i ].buf = &rx_buf[ i ][ 0 ]; in init_rx_desc()