Searched refs:RX_START (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/drivers/acorn/net/ |
D | ether3.c | 250 ether3_setbuffer(dev, buffer_write, RX_START); in ether3_ramtest() 251 ether3_writebuffer(dev, buffer + RX_START, RX_LEN); in ether3_ramtest() 255 ether3_setbuffer(dev, buffer_read, RX_START); in ether3_ramtest() 256 ether3_readbuffer(dev, buffer + RX_START, RX_LEN); in ether3_ramtest() 358 priv->rx_head = RX_START; in ether3_init_for_open() 671 if (next_ptr < RX_START || next_ptr >= RX_END) { in ether3_rx() 694 length += RX_END - RX_START; in ether3_rx()
|
D | ether3.h | 147 #define RX_START 0x6000 macro
|
/linux-2.4.37.9/drivers/net/ |
D | 3c507.c | 105 #define RX_START 0x0010 macro 260 0,0xf000|RX_START|CUC_START, /* SCB status and cmd. */ 484 isa_writew (0xf000 | CUC_START | RX_START, shmem + iSCB_CMD); in el16_tx_timeout() 613 ack_cmd |= RX_START; in el16_interrupt()
|
D | lp486e.c | 192 #define RX_START 0x0010 macro 643 lp->scb.command = RX_START; in init_i596() 955 lp->scb.command = (CUC_START | RX_START); in i596_tx_timeout() 1228 ack_cmd |= RX_START; in i596_interrupt()
|
D | 82596.c | 191 #define RX_START 0x0010 macro 752 lp->scb.command = RX_START; in init_i596_mem() 1054 lp->scb.command = CUC_START | RX_START; in i596_tx_timeout() 1376 ack_cmd |= RX_START; in i596_interrupt()
|
D | lasi_82596.c | 221 #define RX_START 0x0010 macro 714 lp->scb.command = RX_START; in init_i596_mem() 1071 lp->scb.command = CUC_START | RX_START; in i596_tx_timeout() 1389 ack_cmd |= RX_START; in i596_interrupt()
|