Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Darcdevice.h249 next_tx, /* buffer where a packet is ready to send */ member
/linux-3.4.99/drivers/net/ethernet/i825xx/
D3c527.c207 static inline u16 next_tx(u16 tx) { return (tx+1)&(TX_RING_LEN-1); }; in next_tx() function
/linux-3.4.99/drivers/net/ethernet/natsemi/
Dsonic.h320 unsigned int next_tx; /* next free TD */ member
/linux-3.4.99/net/core/
Dpktgen.c271 ktime_t next_tx; member