Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/seeq/
Dether3.c489 unsigned int ptr, next_ptr; in ether3_sendpacket() local
504 next_ptr = (priv(dev)->tx_head + 1) & 15; in ether3_sendpacket()
508 if (priv(dev)->tx_tail == next_ptr) { in ether3_sendpacket()
514 priv(dev)->tx_head = next_ptr; in ether3_sendpacket()
515 next_ptr *= 0x600; in ether3_sendpacket()
519 ether3_setbuffer(dev, buffer_write, next_ptr); in ether3_sendpacket()
524 ether3_writeword(dev, htons(next_ptr)); in ether3_sendpacket()
536 next_ptr = (priv(dev)->tx_head + 1) & 15; in ether3_sendpacket()
541 if (priv(dev)->tx_tail == next_ptr) in ether3_sendpacket()
585 unsigned int next_ptr = priv(dev)->rx_head, received = 0; in ether3_rx() local
[all …]
/linux-4.4.14/drivers/net/fddi/skfp/h/
Dsba.h29 struct timer_cell *next_ptr ; member
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-wqe.h422 uint64_t next_ptr:40; member
424 uint64_t next_ptr:40;
/linux-4.4.14/drivers/staging/octeon/
Dethernet-rx.c311 union cvmx_buf_ptr next_ptr = in cvm_oct_napi_poll() local
339 segment_ptr = next_ptr; in cvm_oct_napi_poll()
Dethernet.c186 union cvmx_buf_ptr next_ptr = *(union cvmx_buf_ptr *) in cvm_oct_free_work() local
192 segment_ptr = next_ptr; in cvm_oct_free_work()
/linux-4.4.14/arch/ia64/hp/common/
Dsba_iommu.c586 goto next_ptr; in sba_search_bitmap()
589 goto next_ptr; in sba_search_bitmap()
603 next_ptr: in sba_search_bitmap()