| /linux-6.15/drivers/net/ethernet/seeq/ |
| H A D | ether3.c | 487 unsigned int ptr, next_ptr; in ether3_sendpacket() local 512 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 …]
|
| /linux-6.15/drivers/staging/octeon/ |
| H A 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()
|
| H A 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()
|
| H A D | octeon-stubs.h | 125 uint64_t next_ptr:40; member
|
| /linux-6.15/drivers/net/fddi/skfp/h/ |
| H A D | sba.h | 25 struct timer_cell *next_ptr ; member
|
| /linux-6.15/arch/mips/include/asm/octeon/ |
| H A D | cvmx-wqe.h | 422 uint64_t next_ptr:40; member 424 uint64_t next_ptr:40;
|
| /linux-6.15/include/uapi/rdma/ |
| H A D | ib_user_ioctl_verbs.h | 192 RDMA_UAPI_PTR(struct ib_uverbs_flow_action_esp_encap *, next_ptr);
|
| /linux-6.15/fs/bcachefs/ |
| H A D | buckets.c | 339 union bch_extent_entry *next_ptr; in bch2_check_fix_ptrs() local 341 bkey_extent_entry_for_each_from(ptrs, next_ptr, entry) in bch2_check_fix_ptrs() 342 if (extent_entry_type(next_ptr) == BCH_EXTENT_ENTRY_ptr) in bch2_check_fix_ptrs() 344 next_ptr = NULL; in bch2_check_fix_ptrs() 346 if (!next_ptr) { in bch2_check_fix_ptrs() 353 &next_ptr->ptr, in bch2_check_fix_ptrs()
|
| /linux-6.15/drivers/net/wwan/t7xx/ |
| H A D | t7xx_hif_cldma.c | 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() argument 87 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()
|
| /linux-6.15/fs/smb/server/ |
| H A D | smb2pdu.c | 2873 __le32 *next_ptr = NULL; in smb2_open() local 3626 next_ptr = &lease_ccontext->Next; in smb2_open() 3646 if (next_ptr) in smb2_open() 3647 *next_ptr = cpu_to_le32(next_off); in smb2_open() 3648 next_ptr = &mxac_ccontext->Next; in smb2_open() 3664 if (next_ptr) in smb2_open() 3665 *next_ptr = cpu_to_le32(next_off); in smb2_open() 3666 next_ptr = &disk_id_ccontext->Next; in smb2_open() 3691 if (next_ptr) in smb2_open() 3692 *next_ptr = cpu_to_le32(next_off); in smb2_open() [all …]
|
| /linux-6.15/include/linux/qed/ |
| H A D | common_hsi.h | 1310 struct regpair next_ptr; member
|
| /linux-6.15/drivers/net/wireless/quantenna/qtnfmac/pcie/ |
| H A D | pearl_pcie.c | 63 __le32 next_ptr; member
|
| /linux-6.15/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_hw_v2.c | 2460 u32 i, next_ptr, page_num; in config_llm_table() local 2469 next_ptr = 0; in config_llm_table() 2471 next_ptr = i + 1; in config_llm_table() 2473 val = HNS_ROCE_EXT_LLM_ENTRY(addr, (u64)next_ptr); in config_llm_table()
|
| /linux-6.15/drivers/net/ethernet/mediatek/ |
| H A D | mtk_eth_soc.c | 2548 u32 next_ptr = ring->phys + next * sz; in mtk_tx_alloc() local 2551 txd->txd2 = next_ptr; in mtk_tx_alloc()
|