Home
last modified time | relevance | path

Searched defs:addrs (Results 1 – 25 of 115) sorted by relevance

12345

/Linux-v6.6/drivers/net/ethernet/stmicro/stmmac/
Ddwmac4_dma.h99 static inline u32 dma_chanx_base_addr(const struct dwmac4_addrs *addrs, in dma_chanx_base_addr()
114 #define DMA_CHAN_CONTROL(addrs, x) dma_chanx_base_addr(addrs, x) argument
115 #define DMA_CHAN_TX_CONTROL(addrs, x) (dma_chanx_base_addr(addrs, x) + 0x4) argument
116 #define DMA_CHAN_RX_CONTROL(addrs, x) (dma_chanx_base_addr(addrs, x) + 0x8) argument
117 #define DMA_CHAN_TX_BASE_ADDR_HI(addrs, x) (dma_chanx_base_addr(addrs, x) + 0x10) argument
118 #define DMA_CHAN_TX_BASE_ADDR(addrs, x) (dma_chanx_base_addr(addrs, x) + 0x14) argument
119 #define DMA_CHAN_RX_BASE_ADDR_HI(addrs, x) (dma_chanx_base_addr(addrs, x) + 0x18) argument
120 #define DMA_CHAN_RX_BASE_ADDR(addrs, x) (dma_chanx_base_addr(addrs, x) + 0x1c) argument
121 #define DMA_CHAN_TX_END_ADDR(addrs, x) (dma_chanx_base_addr(addrs, x) + 0x20) argument
122 #define DMA_CHAN_RX_END_ADDR(addrs, x) (dma_chanx_base_addr(addrs, x) + 0x28) argument
[all …]
Ddwmac4.h341 static inline u32 mtl_chanx_base_addr(const struct dwmac4_addrs *addrs, in mtl_chanx_base_addr()
354 #define MTL_CHAN_TX_OP_MODE(addrs, x) mtl_chanx_base_addr(addrs, x) argument
355 #define MTL_CHAN_TX_DEBUG(addrs, x) (mtl_chanx_base_addr(addrs, x) + 0x8) argument
356 #define MTL_CHAN_INT_CTRL(addrs, x) (mtl_chanx_base_addr(addrs, x) + 0x2c) argument
357 #define MTL_CHAN_RX_OP_MODE(addrs, x) (mtl_chanx_base_addr(addrs, x) + 0x30) argument
358 #define MTL_CHAN_RX_DEBUG(addrs, x) (mtl_chanx_base_addr(addrs, x) + 0x38) argument
404 static inline u32 mtl_etsx_ctrl_base_addr(const struct dwmac4_addrs *addrs, in mtl_etsx_ctrl_base_addr()
424 static inline u32 mtl_txqx_weight_base_addr(const struct dwmac4_addrs *addrs, in mtl_txqx_weight_base_addr()
443 static inline u32 mtl_send_slp_credx_base_addr(const struct dwmac4_addrs *addrs, in mtl_send_slp_credx_base_addr()
462 static inline u32 mtl_high_credx_base_addr(const struct dwmac4_addrs *addrs, in mtl_high_credx_base_addr()
[all …]
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dkprobe_multi_test.c101 unsigned long long addrs[8]; in test_link_api_addrs() local
179 unsigned long long addrs[8]; in test_attach_api_addrs() local
219 unsigned long long addrs[2]; in test_attach_api_fails() local
Dfill_link_info.c199 __u64 addrs[KMULTI_CNT]; in verify_kmulti_link_info() local
232 __u64 addrs[KMULTI_CNT]; in verify_kmulti_invalid_user_buffer() local
Dkprobe_multi_testmod_test.c51 unsigned long long addrs[3]; in test_testmod_attach_api_addrs() local
/Linux-v6.6/kernel/trace/
Dfprobe.c161 unsigned long *addrs; in get_ftrace_locations() local
305 int register_fprobe_ips(struct fprobe *fp, unsigned long *addrs, int num) in register_fprobe_ips()
341 unsigned long *addrs; in register_fprobe_syms() local
/Linux-v6.6/arch/powerpc/net/
Dbpf_jit_comp.c44 u32 *addrs; member
61 u32 *addrs; in bpf_int_jit_compile() local
/Linux-v6.6/tools/testing/selftests/bpf/
Dxsk.h52 __u64 *addrs = (__u64 *)fill->ring; in xsk_ring_prod__fill_addr() local
60 const __u64 *addrs = (const __u64 *)comp->ring; in xsk_ring_cons__comp_addr() local
/Linux-v6.6/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_pagelist.h15 u32 addrs[1]; /* N.B. 12 LSBs hold the number member
/Linux-v6.6/tools/bpf/bpftool/
Dlink.c263 __u64 *addrs; in show_kprobe_multi_json() local
634 __u64 *addrs; in show_kprobe_multi_plain() local
836 __u64 *addrs = NULL; in do_show_link() local
/Linux-v6.6/include/media/i2c/
Dtvaudio.h37 static const unsigned short addrs[] = { in tvaudio_addrs() local
/Linux-v6.6/include/net/
Dmctpdevice.h29 u8 *addrs; member
/Linux-v6.6/include/uapi/linux/netfilter_ipv6/
Dip6t_rt.h16 struct in6_addr addrs[IP6T_RT_HOPS]; /* Hops */ member
/Linux-v6.6/drivers/media/pci/bt8xx/
Dbttv-cards.c3527 static const unsigned short addrs[] = { in bttv_init_card2() local
3553 static const unsigned short addrs[] = { in bttv_init_card2() local
3568 static const unsigned short addrs[] = { in bttv_init_card2() local
3625 static const unsigned short addrs[] = { in bttv_init_card2() local
/Linux-v6.6/drivers/gpu/drm/armada/
Darmada_plane.h9 u32 addrs[2][3]; member
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/mvm/
Doffloading.c66 struct iwl_targ_addr *addrs; in iwl_mvm_send_proto_offload() local
/Linux-v6.6/net/ipv6/
Doutput_core.c32 struct in6_addr *addrs; in ipv6_proxy_select_ident() local
/Linux-v6.6/drivers/char/ipmi/
Dipmi_si_hardcode.c19 static unsigned long addrs[SI_MAX_PARMS]; variable
/Linux-v6.6/drivers/xen/xenbus/
Dxenbus_client.c64 unsigned long addrs[XENBUS_MAX_RING_GRANTS]; member
76 unsigned long addrs[XENBUS_MAX_RING_GRANTS]; member
856 unsigned long addrs[XENBUS_MAX_RING_GRANTS]; member
/Linux-v6.6/net/mptcp/
Dpm_netlink.c38 unsigned int addrs; member
399 static bool lookup_address_in_vec(const struct mptcp_addr_info *addrs, unsigned int nr, in lookup_address_in_vec()
418 struct mptcp_addr_info *addrs) in fill_remote_addresses_vec()
589 struct mptcp_addr_info addrs[MPTCP_PM_ADDR_MAX]; in mptcp_pm_create_subflow_or_signal_addr() local
628 struct mptcp_addr_info *addrs) in fill_local_addresses_vec()
680 struct mptcp_addr_info addrs[MPTCP_PM_ADDR_MAX]; in mptcp_pm_nl_add_addr_received() local
/Linux-v6.6/include/linux/
Dfprobe.h75 static inline int register_fprobe_ips(struct fprobe *fp, unsigned long *addrs, int num) in register_fprobe_ips()
/Linux-v6.6/drivers/net/ethernet/mediatek/
Dmtk_ppe_offload.c378 struct flow_match_ipv4_addrs addrs; in mtk_flow_offload_replace() local
389 struct flow_match_ipv6_addrs addrs; in mtk_flow_offload_replace() local
/Linux-v6.6/tools/testing/selftests/net/
Dtoeplitz.c153 const char *addrs, int addr_len) in log_rxhash()
173 const char *addrs; in verify_rxhash() local
/Linux-v6.6/fs/afs/
Dvl_list.c157 struct afs_addr_list *addrs; in afs_extract_vlserver_list() local
/Linux-v6.6/drivers/net/ethernet/fungible/funeth/
Dfuneth_tx.c80 const dma_addr_t *addrs, in fun_write_gl()
156 dma_addr_t addrs[MAX_SKB_FRAGS + 1]; in write_pkt_desc() local

12345