Searched refs:next_ptr (Results 1 – 14 of 14) sorted by relevance
| /Linux-v6.1/drivers/net/ethernet/seeq/ |
| D | ether3.c | 487 unsigned int ptr, next_ptr; in ether3_sendpacket() local 502 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 …]
|
| /Linux-v6.1/drivers/staging/octeon/ |
| D | ethernet-rx.c | 150 union cvmx_buf_ptr next_ptr; in copy_segments_to_skb() local 152 next_ptr = *(union cvmx_buf_ptr *) in copy_segments_to_skb() 178 segment_ptr = next_ptr; in copy_segments_to_skb()
|
| D | ethernet.c | 182 union cvmx_buf_ptr next_ptr = *(union cvmx_buf_ptr *) in cvm_oct_free_work() local 188 segment_ptr = next_ptr; in cvm_oct_free_work()
|
| D | octeon-stubs.h | 125 uint64_t next_ptr:40; member
|
| /Linux-v6.1/drivers/net/fddi/skfp/h/ |
| D | sba.h | 25 struct timer_cell *next_ptr ; member
|
| /Linux-v6.1/arch/mips/include/asm/octeon/ |
| D | cvmx-wqe.h | 422 uint64_t next_ptr:40; member 424 uint64_t next_ptr:40;
|
| /Linux-v6.1/include/uapi/rdma/ |
| D | ib_user_ioctl_verbs.h | 190 RDMA_UAPI_PTR(struct ib_uverbs_flow_action_esp_encap *, next_ptr);
|
| /Linux-v6.1/drivers/net/wwan/t7xx/ |
| D | t7xx_hif_cldma.c | 87 static void t7xx_cldma_gpd_set_next_ptr(struct cldma_gpd *gpd, dma_addr_t next_ptr) in t7xx_cldma_gpd_set_next_ptr() argument 89 gpd->next_gpd_ptr_h = cpu_to_le32(upper_32_bits(next_ptr)); in t7xx_cldma_gpd_set_next_ptr() 90 gpd->next_gpd_ptr_l = cpu_to_le32(lower_32_bits(next_ptr)); in t7xx_cldma_gpd_set_next_ptr()
|
| /Linux-v6.1/arch/ia64/hp/common/ |
| D | sba_iommu.c | 577 goto next_ptr; in sba_search_bitmap() 580 goto next_ptr; in sba_search_bitmap() 594 next_ptr: in sba_search_bitmap()
|
| /Linux-v6.1/fs/ksmbd/ |
| D | smb2pdu.c | 2519 __le32 *next_ptr = NULL; in smb2_open() local 3199 next_ptr = &lease_ccontext->Next; in smb2_open() 3220 if (next_ptr) in smb2_open() 3221 *next_ptr = cpu_to_le32(next_off); in smb2_open() 3222 next_ptr = &mxac_ccontext->Next; in smb2_open() 3239 if (next_ptr) in smb2_open() 3240 *next_ptr = cpu_to_le32(next_off); in smb2_open() 3241 next_ptr = &disk_id_ccontext->Next; in smb2_open() 3254 if (next_ptr) in smb2_open() 3255 *next_ptr = cpu_to_le32(next_off); in smb2_open()
|
| /Linux-v6.1/include/linux/qed/ |
| D | common_hsi.h | 1310 struct regpair next_ptr; member
|
| /Linux-v6.1/drivers/net/wireless/quantenna/qtnfmac/pcie/ |
| D | pearl_pcie.c | 63 __le32 next_ptr; member
|
| /Linux-v6.1/drivers/infiniband/hw/hns/ |
| D | hns_roce_hw_v2.c | 2488 u32 i, next_ptr, page_num; in config_llm_table() local 2497 next_ptr = 0; in config_llm_table() 2499 next_ptr = i + 1; in config_llm_table() 2501 val = HNS_ROCE_EXT_LLM_ENTRY(addr, (u64)next_ptr); in config_llm_table()
|
| /Linux-v6.1/drivers/net/ethernet/mediatek/ |
| D | mtk_eth_soc.c | 2218 u32 next_ptr = ring->phys + next * sz; in mtk_tx_alloc() local 2221 txd->txd2 = next_ptr; in mtk_tx_alloc()
|