Home
last modified time | relevance | path

Searched refs:RFD_SUSP (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/i825xx/
D3c523.h125 #define RFD_SUSP 0x4000 /* last: suspend RU after */ macro
Dsun3_82586.h143 #define RFD_SUSP 0x40 /* last: suspend RU after */ macro
Dni52.h135 #define RFD_SUSP 0x40 /* last: suspend RU after */ macro
D3c523.c866 rfd[p->num_recv_buffs - 1].last = RFD_SUSP; /* RU suspend */ in alloc_rfa()
1007 p->rfd_top->last = RFD_SUSP; in elmc_rcv_int()
Dsun3_82586.c653 rfd[p->num_recv_buffs-1+rfdadd].last = RFD_SUSP; /* RU suspend */ in alloc_rfa()
822 p->rfd_top->last = RFD_SUSP; /* maybe exchange by RFD_LAST */ in sun3_82586_rcv_int()
Dni52.c845 writeb(RFD_SUSP, &rfd[p->num_recv_buffs-1+rfdadd].last); in alloc_rfa()
1003 writeb(RFD_SUSP, &p->rfd_top->last); /* maybe exchange by RFD_LAST */ in ni52_rcv_int()