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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/bnx2x/
H A Dbnx2x.h366 #define RX_DESC_CNT (BCM_PAGE_SIZE / sizeof(struct eth_rx_bd)) macro
367 #define MAX_RX_DESC_CNT (RX_DESC_CNT - 2)
368 #define RX_DESC_MASK (RX_DESC_CNT - 1)
369 #define NUM_RX_BD (RX_DESC_CNT * NUM_RX_RINGS)
H A Dbnx2x_cmn.c825 rx_bd = &fp->rx_desc_ring[RX_DESC_CNT * i - 2];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x.h366 #define RX_DESC_CNT (BCM_PAGE_SIZE / sizeof(struct eth_rx_bd)) macro
367 #define MAX_RX_DESC_CNT (RX_DESC_CNT - 2)
368 #define RX_DESC_MASK (RX_DESC_CNT - 1)
369 #define NUM_RX_BD (RX_DESC_CNT * NUM_RX_RINGS)
H A Dbnx2x_cmn.c825 rx_bd = &fp->rx_desc_ring[RX_DESC_CNT * i - 2];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/bcm57xx/linux/
H A Db57um.c61 #define RX_DESC_CNT DEFAULT_STD_RCV_DESC_COUNT macro
63 {RX_DESC_CNT,RX_DESC_CNT,RX_DESC_CNT,RX_DESC_CNT,RX_DESC_CNT,
64 RX_DESC_CNT,RX_DESC_CNT,RX_DESC_CNT,RX_DESC_CNT,RX_DESC_CN
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/tulip/
H A Ddmfe.c111 #define RX_DESC_CNT 0x20 /* Allocated Rx descriptors */ macro
114 #define DESC_ALL_CNT (TX_DESC_CNT + RX_DESC_CNT)
815 if (db->rx_avail_cnt<RX_DESC_CNT)
1400 for (tmp_rx = db->first_rx_desc, i = 0; i < RX_DESC_CNT; i++, tmp_rx++) {
1548 while(db->rx_avail_cnt < RX_DESC_CNT) {
H A Duli526x.c52 #define RX_DESC_CNT 0x30 /* Allocated Rx descriptors */ macro
55 #define DESC_ALL_CNT (TX_DESC_CNT + RX_DESC_CNT)
715 if (db->rx_avail_cnt<RX_DESC_CNT)
1346 for (tmp_rx = db->first_rx_desc, i = 0; i < RX_DESC_CNT; i++, tmp_rx++) {
1454 while(db->rx_avail_cnt < RX_DESC_CNT) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/tulip/
H A Ddmfe.c111 #define RX_DESC_CNT 0x20 /* Allocated Rx descriptors */ macro
114 #define DESC_ALL_CNT (TX_DESC_CNT + RX_DESC_CNT)
815 if (db->rx_avail_cnt<RX_DESC_CNT)
1400 for (tmp_rx = db->first_rx_desc, i = 0; i < RX_DESC_CNT; i++, tmp_rx++) {
1548 while(db->rx_avail_cnt < RX_DESC_CNT) {
H A Duli526x.c52 #define RX_DESC_CNT 0x30 /* Allocated Rx descriptors */ macro
55 #define DESC_ALL_CNT (TX_DESC_CNT + RX_DESC_CNT)
715 if (db->rx_avail_cnt<RX_DESC_CNT)
1346 for (tmp_rx = db->first_rx_desc, i = 0; i < RX_DESC_CNT; i++, tmp_rx++) {
1454 while(db->rx_avail_cnt < RX_DESC_CNT) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dbnx2.h6502 #define RX_DESC_CNT (BCM_PAGE_SIZE / sizeof(struct rx_bd)) macro
6503 #define MAX_RX_DESC_CNT (RX_DESC_CNT - 1)
6575 #define SW_RXBD_RING_SIZE (sizeof(struct sw_bd) * RX_DESC_CNT)
6576 #define SW_RXPG_RING_SIZE (sizeof(struct sw_pg) * RX_DESC_CNT)
6577 #define RXBD_RING_SIZE (sizeof(struct rx_bd) * RX_DESC_CNT)
H A Dbnx2.c5310 bp->rx_max_pg_ring_idx = (bp->rx_max_pg_ring * RX_DESC_CNT) - 1;
5321 bp->rx_max_ring_idx = (bp->rx_max_ring * RX_DESC_CNT) - 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dbnx2.h6502 #define RX_DESC_CNT (BCM_PAGE_SIZE / sizeof(struct rx_bd)) macro
6503 #define MAX_RX_DESC_CNT (RX_DESC_CNT - 1)
6575 #define SW_RXBD_RING_SIZE (sizeof(struct sw_bd) * RX_DESC_CNT)
6576 #define SW_RXPG_RING_SIZE (sizeof(struct sw_pg) * RX_DESC_CNT)
6577 #define RXBD_RING_SIZE (sizeof(struct rx_bd) * RX_DESC_CNT)
H A Dbnx2.c5310 bp->rx_max_pg_ring_idx = (bp->rx_max_pg_ring * RX_DESC_CNT) - 1;
5321 bp->rx_max_ring_idx = (bp->rx_max_ring * RX_DESC_CNT) - 1;

Completed in 398 milliseconds