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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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