Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Ddmfe.c70 #define RX_DESC_CNT 0x20 /* Allocated Rx descriptors */ macro
73 #define DESC_ALL_CNT (TX_DESC_CNT + RX_DESC_CNT)
215 struct rx_desc rxd[RX_DESC_CNT] __attribute__ ((aligned(32)));
216 unsigned char rxb[RX_ALLOC_SIZE * RX_DESC_CNT]
346 int entry = db->cur_rx % RX_DESC_CNT; in dmfe_poll()
539 for (i = 0; i < RX_DESC_CNT; i++) { in dmfe_descriptor_init()
Dbnx2.c41 struct rx_bd rx_desc_ring[RX_DESC_CNT];
280 memset(bp->rx_desc_ring, 0, sizeof(struct rx_bd) * RX_DESC_CNT); in bnx2_alloc_mem()
Dbnx2.h3884 #define RX_DESC_CNT (BCM_PAGE_SIZE / sizeof(struct rx_bd)) macro
3885 #define MAX_RX_DESC_CNT (RX_DESC_CNT - 1)