Home
last modified time | relevance | path

Searched defs:hrz_dev (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/atm/
Dhorizon.h408 struct hrz_dev { struct
410 u32 iobase;
411 u32 * membase;
413 struct sk_buff * rx_skb; // skb being RXed
414 unsigned int rx_bytes; // bytes remaining to RX within region
415 void * rx_addr; // addr to send bytes to (for PIO)
416 unsigned int rx_channel; // channel that the skb is going out on
418 struct sk_buff * tx_skb; // skb being TXed
419 unsigned int tx_bytes; // bytes remaining to TX within region
420 void * tx_addr; // addr to send bytes from (for PIO)
[all …]