Home
last modified time | relevance | path

Searched refs:GRETH_BD_IE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/aeroflex/
H A Dgreth.h23 #define GRETH_BD_IE 0x2000 macro
H A Dgreth.c266 greth_write_bd(&rx_bd[i].stat, GRETH_BD_EN | GRETH_BD_IE); in greth_init_rings()
293 greth_write_bd(&rx_bd[i].stat, GRETH_BD_EN | GRETH_BD_IE); in greth_init_rings()
432 status = GRETH_BD_EN | GRETH_BD_IE | (skb->len & GRETH_BD_LEN); in greth_start_xmit()
497 status = GRETH_BD_IE; in greth_start_xmit_gbit()
536 status |= GRETH_BD_IE; /* enable IRQ on last fragment */ in greth_start_xmit_gbit()
816 status = GRETH_BD_EN | GRETH_BD_IE; in greth_rx()
953 status = GRETH_BD_EN | GRETH_BD_IE; in greth_rx_gbit()