Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/seeq/
A Dether3.c487 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/drivers/staging/octeon/
A Dethernet-rx.c150 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()
A Dethernet.c182 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()
A Docteon-stubs.h125 uint64_t next_ptr:40; member
/linux/drivers/net/fddi/skfp/h/
A Dsba.h25 struct timer_cell *next_ptr ; member
/linux/arch/mips/include/asm/octeon/
A Dcvmx-wqe.h422 uint64_t next_ptr:40; member
424 uint64_t next_ptr:40;
/linux/include/uapi/rdma/
A Dib_user_ioctl_verbs.h190 RDMA_UAPI_PTR(struct ib_uverbs_flow_action_esp_encap *, next_ptr);
/linux/drivers/infiniband/core/
A Duverbs_std_types_flow_action.c203 if (uverbs_encap.next_ptr) in flow_action_esp_get_encap()
/linux/arch/ia64/hp/common/
A Dsba_iommu.c577 goto next_ptr; in sba_search_bitmap()
580 goto next_ptr; in sba_search_bitmap()
594 next_ptr: in sba_search_bitmap()
/linux/fs/ksmbd/
A Dsmb2pdu.c2495 __le32 *next_ptr = NULL; in smb2_open() local
3181 next_ptr = &lease_ccontext->Next; in smb2_open()
3202 if (next_ptr) in smb2_open()
3203 *next_ptr = cpu_to_le32(next_off); in smb2_open()
3204 next_ptr = &mxac_ccontext->Next; in smb2_open()
3221 if (next_ptr) in smb2_open()
3222 *next_ptr = cpu_to_le32(next_off); in smb2_open()
3223 next_ptr = &disk_id_ccontext->Next; in smb2_open()
3236 if (next_ptr) in smb2_open()
3237 *next_ptr = cpu_to_le32(next_off); in smb2_open()
/linux/include/linux/qed/
A Dcommon_hsi.h1310 struct regpair next_ptr; member
/linux/drivers/net/wireless/quantenna/qtnfmac/pcie/
A Dpearl_pcie.c63 __le32 next_ptr; member
/linux/drivers/net/ethernet/mediatek/
A Dmtk_eth_soc.c1603 u32 next_ptr = ring->phys + next * sz; in mtk_tx_alloc() local
1605 ring->dma[i].txd2 = next_ptr; in mtk_tx_alloc()
/linux/drivers/infiniband/hw/hns/
A Dhns_roce_hw_v2.c2517 u32 i, next_ptr, page_num; in config_llm_table() local
2526 next_ptr = 0; in config_llm_table()
2528 next_ptr = i + 1; in config_llm_table()
2530 val = HNS_ROCE_EXT_LLM_ENTRY(addr, (u64)next_ptr); in config_llm_table()

Completed in 70 milliseconds