/linux-6.14.4/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac4_dma.h | 99 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 …]
|
D | dwmac4.h | 345 static inline u32 mtl_chanx_base_addr(const struct dwmac4_addrs *addrs, in mtl_chanx_base_addr() 358 #define MTL_CHAN_TX_OP_MODE(addrs, x) mtl_chanx_base_addr(addrs, x) argument 359 #define MTL_CHAN_TX_DEBUG(addrs, x) (mtl_chanx_base_addr(addrs, x) + 0x8) argument 360 #define MTL_CHAN_INT_CTRL(addrs, x) (mtl_chanx_base_addr(addrs, x) + 0x2c) argument 361 #define MTL_CHAN_RX_OP_MODE(addrs, x) (mtl_chanx_base_addr(addrs, x) + 0x30) argument 362 #define MTL_CHAN_RX_DEBUG(addrs, x) (mtl_chanx_base_addr(addrs, x) + 0x38) argument 408 static inline u32 mtl_etsx_ctrl_base_addr(const struct dwmac4_addrs *addrs, in mtl_etsx_ctrl_base_addr() 428 static inline u32 mtl_txqx_weight_base_addr(const struct dwmac4_addrs *addrs, in mtl_txqx_weight_base_addr() 447 static inline u32 mtl_send_slp_credx_base_addr(const struct dwmac4_addrs *addrs, in mtl_send_slp_credx_base_addr() 466 static inline u32 mtl_high_credx_base_addr(const struct dwmac4_addrs *addrs, in mtl_high_credx_base_addr() [all …]
|
/linux-6.14.4/kernel/trace/ |
D | fprobe.c | 382 static int fprobe_graph_add_ips(unsigned long *addrs, int num) in fprobe_graph_add_ips() 404 static void fprobe_graph_remove_ips(unsigned long *addrs, int num) in fprobe_graph_remove_ips() 424 unsigned long *addrs; member 429 unsigned long *addrs; in fprobe_addr_list_add() local 524 unsigned long *addrs; in get_ftrace_locations() local 546 unsigned long *addrs; member 584 unsigned long *addrs, struct module **mods, in get_ips_from_filter() 613 static int fprobe_init(struct fprobe *fp, unsigned long *addrs, int num) in fprobe_init() 709 int register_fprobe_ips(struct fprobe *fp, unsigned long *addrs, int num) in register_fprobe_ips() 749 unsigned long *addrs; in register_fprobe_syms() local [all …]
|
/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/ |
D | kprobe_multi_test.c | 104 unsigned long long addrs[8]; in test_link_api_addrs() local 182 unsigned long long addrs[8]; in test_attach_api_addrs() local 222 unsigned long long addrs[2]; in test_attach_api_fails() local 578 unsigned long *addr, *addrs, *tmp_addrs; in get_addrs() local 695 unsigned long *addrs = NULL; in test_kprobe_multi_bench_attach_addr() local
|
D | kprobe_multi_testmod_test.c | 53 unsigned long long addrs[3]; in test_testmod_attach_api_addrs() local
|
D | fill_link_info.c | 262 __u64 addrs[KMULTI_CNT], cookies[KMULTI_CNT]; in verify_kmulti_link_info() local 299 __u64 addrs[KMULTI_CNT], cookies[KMULTI_CNT]; in verify_kmulti_invalid_user_buffer() local
|
/linux-6.14.4/tools/testing/selftests/bpf/ |
D | xsk.h | 52 __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-6.14.4/include/media/i2c/ |
D | tvaudio.h | 37 static const unsigned short addrs[] = { in tvaudio_addrs() local
|
/linux-6.14.4/include/net/ |
D | mctpdevice.h | 30 u8 *addrs; member
|
/linux-6.14.4/drivers/media/pci/bt8xx/ |
D | bttv-cards.c | 3528 static const unsigned short addrs[] = { in bttv_init_card2() local 3554 static const unsigned short addrs[] = { in bttv_init_card2() local 3569 static const unsigned short addrs[] = { in bttv_init_card2() local 3626 static const unsigned short addrs[] = { in bttv_init_card2() local
|
/linux-6.14.4/include/uapi/linux/netfilter_ipv6/ |
D | ip6t_rt.h | 16 struct in6_addr addrs[IP6T_RT_HOPS]; /* Hops */ member
|
/linux-6.14.4/drivers/gpu/drm/armada/ |
D | armada_plane.h | 9 u32 addrs[2][3]; member
|
/linux-6.14.4/net/ipv6/ |
D | output_core.c | 32 struct in6_addr *addrs; in ipv6_proxy_select_ident() local
|
/linux-6.14.4/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | offloading.c | 67 struct iwl_targ_addr *addrs; in iwl_mvm_send_proto_offload() local
|
/linux-6.14.4/drivers/char/ipmi/ |
D | ipmi_si_hardcode.c | 19 static unsigned long addrs[SI_MAX_PARMS]; variable
|
/linux-6.14.4/drivers/xen/xenbus/ |
D | xenbus_client.c | 64 unsigned long addrs[XENBUS_MAX_RING_GRANTS]; member 76 unsigned long addrs[XENBUS_MAX_RING_GRANTS]; member 868 unsigned long addrs[XENBUS_MAX_RING_GRANTS]; member
|
/linux-6.14.4/drivers/net/ethernet/mediatek/ |
D | mtk_ppe_offload.c | 397 struct flow_match_ipv4_addrs addrs; in mtk_flow_offload_replace() local 408 struct flow_match_ipv6_addrs addrs; in mtk_flow_offload_replace() local
|
/linux-6.14.4/tools/testing/selftests/net/ |
D | toeplitz.c | 153 const char *addrs, int addr_len) in log_rxhash() 173 const char *addrs; in verify_rxhash() local
|
/linux-6.14.4/drivers/net/ethernet/fungible/funeth/ |
D | funeth_tx.c | 80 const dma_addr_t *addrs, in fun_write_gl() 156 dma_addr_t addrs[MAX_SKB_FRAGS + 1]; in write_pkt_desc() local
|
/linux-6.14.4/tools/testing/selftests/net/rds/ |
D | test.py | 92 addrs = [ variable
|
/linux-6.14.4/net/ipv4/ |
D | ipconfig.c | 1720 static int __init ip_auto_config_setup(char *addrs) in ip_auto_config_setup() 1821 static int __init nfsaddrs_config_setup(char *addrs) in nfsaddrs_config_setup() 1827 static int __init vendor_class_identifier_setup(char *addrs) in vendor_class_identifier_setup()
|
/linux-6.14.4/tools/testing/selftests/net/mptcp/ |
D | mptcp_sockopt.c | 92 struct mptcp_subflow_addrs addrs; member 120 struct mptcp_subflow_addrs addrs; member 433 } addrs; in do_getsockopt_subflow_addrs() local
|
/linux-6.14.4/fs/afs/ |
D | vl_list.c | 166 struct afs_addr_list *addrs; in afs_extract_vlserver_list() local
|
/linux-6.14.4/arch/x86/mm/pat/ |
D | cpa-test.c | 114 static unsigned long addrs[NPAGES]; variable
|
/linux-6.14.4/include/linux/ |
D | fprobe.h | 102 static inline int register_fprobe_ips(struct fprobe *fp, unsigned long *addrs, int num) in register_fprobe_ips()
|