Searched refs:next_ptr (Results 1 – 9 of 9) sorted by relevance
487 unsigned int ptr, next_ptr; in ether3_sendpacket() local502 next_ptr = (priv(dev)->tx_head + 1) & 15; in ether3_sendpacket()506 if (priv(dev)->tx_tail == next_ptr) { in ether3_sendpacket()512 priv(dev)->tx_head = next_ptr; in ether3_sendpacket()513 next_ptr *= 0x600; in ether3_sendpacket()517 ether3_setbuffer(dev, buffer_write, next_ptr); in ether3_sendpacket()522 ether3_writeword(dev, htons(next_ptr)); in ether3_sendpacket()534 next_ptr = (priv(dev)->tx_head + 1) & 15; in ether3_sendpacket()539 if (priv(dev)->tx_tail == next_ptr) in ether3_sendpacket()583 unsigned int next_ptr = priv(dev)->rx_head, received = 0; in ether3_rx() local[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()
25 struct timer_cell *next_ptr ; member
422 uint64_t next_ptr:40; member424 uint64_t next_ptr:40;
2882 __le32 *next_ptr = NULL; in smb2_open() local3648 next_ptr = &lease_ccontext->Next; in smb2_open()3668 if (next_ptr) in smb2_open()3669 *next_ptr = cpu_to_le32(next_off); in smb2_open()3670 next_ptr = &mxac_ccontext->Next; in smb2_open()3686 if (next_ptr) in smb2_open()3687 *next_ptr = cpu_to_le32(next_off); in smb2_open()3688 next_ptr = &disk_id_ccontext->Next; in smb2_open()3713 if (next_ptr) in smb2_open()3714 *next_ptr = cpu_to_le32(next_off); in smb2_open()[all …]
1310 struct regpair next_ptr; member
63 __le32 next_ptr; member
2565 u32 i, next_ptr, page_num; in config_llm_table() local2574 next_ptr = 0; in config_llm_table()2576 next_ptr = i + 1; in config_llm_table()2578 val = HNS_ROCE_EXT_LLM_ENTRY(addr, (u64)next_ptr); in config_llm_table()
2661 u32 next_ptr = ring->phys + next * sz; in mtk_tx_alloc() local2664 txd->txd2 = next_ptr; in mtk_tx_alloc()