Searched defs:next_ptr (Results 1 - 4 of 4) sorted by relevance

/drivers/net/fddi/skfp/h/
H A Dsba.h29 struct timer_cell *next_ptr ; member in struct:timer_cell
/drivers/staging/octeon/
H A Dethernet-rx.c366 union cvmx_buf_ptr next_ptr = local
391 segment_ptr = next_ptr;
H A Dethernet.c200 union cvmx_buf_ptr next_ptr = *(union cvmx_buf_ptr *) local
207 segment_ptr = next_ptr;
/drivers/net/ethernet/seeq/
H A Dether3.c489 unsigned int ptr, next_ptr; local
504 next_ptr = (priv(dev)->tx_head + 1) & 15;
508 if (priv(dev)->tx_tail == next_ptr) {
514 priv(dev)->tx_head = next_ptr;
515 next_ptr *= 0x600;
519 ether3_setbuffer(dev, buffer_write, next_ptr);
524 ether3_writeword(dev, htons(next_ptr));
536 next_ptr = (priv(dev)->tx_head + 1) & 15;
541 if (priv(dev)->tx_tail == next_ptr)
585 unsigned int next_ptr local
[all...]

Completed in 94 milliseconds