Searched refs:next_ptr (Results 1 – 9 of 9) sorted by relevance
487 unsigned int ptr, next_ptr; in ether3_sendpacket() local512 priv(dev)->tx_head = next_ptr; in ether3_sendpacket()513 next_ptr *= 0x600; in ether3_sendpacket()539 if (priv(dev)->tx_tail == next_ptr) in ether3_sendpacket()606 this_ptr = next_ptr + 4; in ether3_rx()607 next_ptr = ntohs(temp_ptr); in ether3_rx()612 if (next_ptr < RX_START || next_ptr >= RX_END) { in ether3_rx()614 printk("%02X %02X %02X %02X ", next_ptr >> 8, next_ptr & 255, status & 255, status >> 8); in ether3_rx()616 next_ptr = priv(dev)->rx_head; in ether3_rx()631 if (next_ptr <= this_ptr) in ether3_rx()[all …]
150 union cvmx_buf_ptr next_ptr; in copy_segments_to_skb() local152 next_ptr = *(union cvmx_buf_ptr *) in copy_segments_to_skb()178 segment_ptr = next_ptr; in copy_segments_to_skb()
182 union cvmx_buf_ptr next_ptr = *(union cvmx_buf_ptr *) in cvm_oct_free_work() local188 segment_ptr = next_ptr; in cvm_oct_free_work()
125 uint64_t next_ptr:40; member
25 struct timer_cell *next_ptr ; member
85 static void t7xx_cldma_gpd_set_next_ptr(struct cldma_gpd *gpd, dma_addr_t next_ptr) in t7xx_cldma_gpd_set_next_ptr() argument87 gpd->next_gpd_ptr_h = cpu_to_le32(upper_32_bits(next_ptr)); in t7xx_cldma_gpd_set_next_ptr()88 gpd->next_gpd_ptr_l = cpu_to_le32(lower_32_bits(next_ptr)); in t7xx_cldma_gpd_set_next_ptr()
63 __le32 next_ptr; member
2482 u32 i, next_ptr, page_num; in config_llm_table() local2491 next_ptr = 0; in config_llm_table()2493 next_ptr = i + 1; in config_llm_table()2495 val = HNS_ROCE_EXT_LLM_ENTRY(addr, (u64)next_ptr); in config_llm_table()
2653 u32 next_ptr = ring->phys + next * sz; in mtk_tx_alloc() local2656 txd->txd2 = next_ptr; in mtk_tx_alloc()
Completed in 47 milliseconds