Home
last modified time | relevance | path

Searched refs:EFAB_TXD_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/
Detherfabric_nic.h71 #define EFAB_TXD_SIZE 512 macro
98 struct io_buffer *buf[EFAB_TXD_SIZE];
Detherfabric.c3531 FCN_TX_DESCQ_SIZE, FQS(FCN_TX_DESCQ, EFAB_TXD_SIZE), in falcon_init_resources()
3641 int ptr = tx_queue->write_ptr % EFAB_TXD_SIZE; in falcon_notify_tx_desc()
3746 space = EFAB_TXD_SIZE - fill_level - 1; in efab_transmit()
3751 buf_id = tx_queue->write_ptr % EFAB_TXD_SIZE; in efab_transmit()
3774 read_ptr = tx_queue->read_ptr % EFAB_TXD_SIZE; in efab_transmit_done()
3775 stop = ( id + 1 ) % EFAB_TXD_SIZE; in efab_transmit_done()
3787 read_ptr = tx_queue->read_ptr % EFAB_TXD_SIZE; in efab_transmit_done()
3934 for ( i = 0; i < EFAB_TXD_SIZE; i++ ) { in efab_free_resources()
3965 bytes = sizeof ( falcon_event_t ) * EFAB_TXD_SIZE; in efab_alloc_resources()
3975 bytes = sizeof ( falcon_tx_desc_t ) * EFAB_TXD_SIZE; in efab_alloc_resources()