Searched refs:RX_DESC_CNT (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Ddmfe.c106 #define RX_DESC_CNT 0x20 /* Allocated Rx descriptors */ macro
109 #define DESC_ALL_CNT (TX_DESC_CNT + RX_DESC_CNT)
789 if (db->rx_avail_cnt<RX_DESC_CNT)
1390 for (tmp_rx = db->first_rx_desc, i = 0; i < RX_DESC_CNT; i++, tmp_rx++) {
1539 while(db->rx_avail_cnt < RX_DESC_CNT) {
H A Duli526x.c51 #define RX_DESC_CNT 0x30 /* Allocated Rx descriptors */ macro
54 #define DESC_ALL_CNT (TX_DESC_CNT + RX_DESC_CNT)
693 if (db->rx_avail_cnt<RX_DESC_CNT)
1233 for (tmp_rx = db->first_rx_desc, i = 0; i < RX_DESC_CNT; i++, tmp_rx++) {
1335 while(db->rx_avail_cnt < RX_DESC_CNT) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dbnx2.c468 sizeof(struct rx_bd) * RX_DESC_CNT,
494 bp->rx_buf_ring = vmalloc(sizeof(struct sw_bd) * RX_DESC_CNT *
499 memset(bp->rx_buf_ring, 0, sizeof(struct sw_bd) * RX_DESC_CNT *
505 sizeof(struct rx_bd) * RX_DESC_CNT,
3973 bp->rx_max_ring_idx = (bp->rx_max_ring * RX_DESC_CNT) - 1;
H A Dbnx2.h6356 #define RX_DESC_CNT (BCM_PAGE_SIZE / sizeof(struct rx_bd)) macro
6357 #define MAX_RX_DESC_CNT (RX_DESC_CNT - 1)

Completed in 171 milliseconds