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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dgreth.h20 #define GRETH_BD_EN 0x800 macro
H A Dgreth.c262 greth_write_bd(&rx_bd[i].stat, GRETH_BD_EN | GRETH_BD_IE);
289 greth_write_bd(&rx_bd[i].stat, GRETH_BD_EN | GRETH_BD_IE);
415 status = GRETH_BD_EN | (skb->len & GRETH_BD_LEN);
542 greth_write_bd(&bdp->stat, greth_read_bd(&bdp->stat) | GRETH_BD_EN);
615 if (unlikely(stat & GRETH_BD_EN))
675 if (stat & GRETH_BD_EN)
716 if (status & GRETH_BD_EN)
740 if (unlikely(status & GRETH_BD_EN)) {
795 status = GRETH_BD_EN | GRETH_BD_IE;
849 if (status & GRETH_BD_EN)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dgreth.h20 #define GRETH_BD_EN 0x800 macro
H A Dgreth.c262 greth_write_bd(&rx_bd[i].stat, GRETH_BD_EN | GRETH_BD_IE);
289 greth_write_bd(&rx_bd[i].stat, GRETH_BD_EN | GRETH_BD_IE);
415 status = GRETH_BD_EN | (skb->len & GRETH_BD_LEN);
542 greth_write_bd(&bdp->stat, greth_read_bd(&bdp->stat) | GRETH_BD_EN);
615 if (unlikely(stat & GRETH_BD_EN))
675 if (stat & GRETH_BD_EN)
716 if (status & GRETH_BD_EN)
740 if (unlikely(status & GRETH_BD_EN)) {
795 status = GRETH_BD_EN | GRETH_BD_IE;
849 if (status & GRETH_BD_EN)
[all...]

Completed in 51 milliseconds