Home
last modified time | relevance | path

Searched refs:sizeof_field (Results 1 – 25 of 165) sorted by relevance

1234567

/Linux-v5.15/drivers/net/ipa/
Dipa_qmi_msg.c17 sizeof_field(struct ipa_indication_register_req,
27 sizeof_field(struct ipa_indication_register_req,
37 sizeof_field(struct ipa_indication_register_req,
47 sizeof_field(struct ipa_indication_register_req,
57 sizeof_field(struct ipa_indication_register_req,
67 sizeof_field(struct ipa_indication_register_req,
77 sizeof_field(struct ipa_indication_register_req,
87 sizeof_field(struct ipa_indication_register_req,
97 sizeof_field(struct ipa_indication_register_req,
107 sizeof_field(struct ipa_indication_register_req,
[all …]
/Linux-v5.15/tools/testing/selftests/bpf/
Dbpf_util.h34 #ifndef sizeof_field
35 #define sizeof_field(TYPE, MEMBER) sizeof((((TYPE *)0)->MEMBER)) macro
40 (offsetof(TYPE, MEMBER) + sizeof_field(TYPE, MEMBER))
/Linux-v5.15/drivers/media/test-drivers/vidtv/
Dvidtv_psi.c300 desc->length = sizeof_field(struct vidtv_psi_desc_service, service_type) in vidtv_psi_service_desc_init()
301 + sizeof_field(struct vidtv_psi_desc_service, provider_name_len) in vidtv_psi_service_desc_init()
303 + sizeof_field(struct vidtv_psi_desc_service, service_name_len) in vidtv_psi_service_desc_init()
336 desc->length = sizeof_field(struct vidtv_psi_desc_registration, format_id) in vidtv_psi_registration_desc_init()
439 sizeof_field(struct vidtv_psi_desc_short_event, event_name_len) + in vidtv_psi_short_event_desc_init()
441 sizeof_field(struct vidtv_psi_desc_short_event, text_len) + in vidtv_psi_short_event_desc_init()
588 length += sizeof_field(struct vidtv_psi_desc, type); in vidtv_psi_desc_comp_loop_len()
589 length += sizeof_field(struct vidtv_psi_desc, length); in vidtv_psi_desc_comp_loop_len()
646 .len = sizeof_field(struct vidtv_psi_desc, type) + in vidtv_psi_desc_write_into()
647 sizeof_field(struct vidtv_psi_desc, length), in vidtv_psi_desc_write_into()
[all …]
/Linux-v5.15/arch/arm64/include/asm/
Dprocessor.h175 BUILD_BUG_ON(sizeof_field(struct thread_struct, uw) != in arch_thread_struct_whitelist()
176 sizeof_field(struct thread_struct, uw.tp_value) + in arch_thread_struct_whitelist()
177 sizeof_field(struct thread_struct, uw.tp2_value) + in arch_thread_struct_whitelist()
178 sizeof_field(struct thread_struct, uw.fpsimd_state)); in arch_thread_struct_whitelist()
181 *size = sizeof_field(struct thread_struct, uw); in arch_thread_struct_whitelist()
/Linux-v5.15/include/linux/
Dstddef.h28 #define sizeof_field(TYPE, MEMBER) sizeof((((TYPE *)0)->MEMBER)) macro
37 (offsetof(TYPE, MEMBER) + sizeof_field(TYPE, MEMBER))
Dphy_led_triggers.h17 sizeof_field(struct mdio_device, addr)+\
/Linux-v5.15/drivers/mfd/
Dioc3.c160 sizeof_field(struct ioc3, sregs.uarta)),
166 sizeof_field(struct ioc3, sregs.uartb)),
215 sizeof_field(struct ioc3, serio)),
244 sizeof_field(struct ioc3, eth)),
246 sizeof_field(struct ioc3, ssram)),
252 sizeof_field(struct ioc3, mcr)),
361 sizeof_field(struct ioc3, gppr[0])),
363 sizeof_field(struct ioc3, gppr[1])),
/Linux-v5.15/drivers/net/wireless/marvell/mwifiex/
Dutil.h39 #define item_size(n) (sizeof_field(struct mwifiex_debug_info, n))
43 #define adapter_item_size(n) (sizeof_field(struct mwifiex_adapter, n))
/Linux-v5.15/drivers/net/ethernet/cavium/liquidio/
Docteon_console.c208 sizeof_field(struct cvmx_bootmem_desc, major_version)); in __cvmx_bootmem_check_version()
212 sizeof_field(struct cvmx_bootmem_desc, minor_version)); in __cvmx_bootmem_check_version()
240 sizeof_field( in __cvmx_bootmem_find_named_block_flags()
246 sizeof_field( in __cvmx_bootmem_find_named_block_flags()
271 sizeof_field(struct cvmx_bootmem_desc, in cvmx_bootmem_phy_named_block_find()
277 sizeof_field(struct cvmx_bootmem_desc, in cvmx_bootmem_phy_named_block_find()
284 sizeof_field(struct cvmx_bootmem_desc, in cvmx_bootmem_phy_named_block_find()
295 sizeof_field( in cvmx_bootmem_phy_named_block_find()
/Linux-v5.15/arch/m68k/kernel/
Dsignal.c64 #define FMT4SIZE sizeof_field(struct frame, un.fmt4)
69 [2] = sizeof_field(struct frame, un.fmt2),
70 [3] = sizeof_field(struct frame, un.fmt3),
74 [7] = sizeof_field(struct frame, un.fmt7),
76 [9] = sizeof_field(struct frame, un.fmt9),
77 [10] = sizeof_field(struct frame, un.fmta),
78 [11] = sizeof_field(struct frame, un.fmtb),
645 char buf[sizeof_field(struct frame, un)]; in mangle_kernel_stack()
/Linux-v5.15/net/core/
Dfilter.c297 BUILD_BUG_ON(sizeof_field(struct sk_buff, mark) != 4); in convert_skb_access()
312 BUILD_BUG_ON(sizeof_field(struct sk_buff, queue_mapping) != 2); in convert_skb_access()
319 BUILD_BUG_ON(sizeof_field(struct sk_buff, vlan_tci) != 2); in convert_skb_access()
345 BUILD_BUG_ON(sizeof_field(struct sk_buff, protocol) != 2); in convert_bpf_extensions()
361 BUILD_BUG_ON(sizeof_field(struct net_device, ifindex) != 4); in convert_bpf_extensions()
362 BUILD_BUG_ON(sizeof_field(struct net_device, type) != 2); in convert_bpf_extensions()
384 BUILD_BUG_ON(sizeof_field(struct sk_buff, hash) != 4); in convert_bpf_extensions()
408 BUILD_BUG_ON(sizeof_field(struct sk_buff, vlan_proto) != 2); in convert_bpf_extensions()
6479 BUILD_BUG_ON(sizeof_field(struct tcp_sock, FIELD) > \ in bpf_tcp_sock_convert_ctx_access()
6480 sizeof_field(struct bpf_tcp_sock, FIELD)); \ in bpf_tcp_sock_convert_ctx_access()
[all …]
/Linux-v5.15/drivers/s390/net/
Dqeth_core_mpc.h427 #define SETASS_DATA_SIZEOF(field) sizeof_field(struct qeth_ipacmd_setassparms,\
577 #define SETADP_DATA_SIZEOF(field) sizeof_field(struct qeth_ipacmd_setadpparms,\
691 #define VNICC_DATA_SIZEOF(field) sizeof_field(struct qeth_ipacmd_vnicc,\
764 #define SBP_DATA_SIZEOF(field) sizeof_field(struct qeth_ipacmd_setbridgeport,\
849 #define IPA_DATA_SIZEOF(field) sizeof_field(struct qeth_ipa_cmd, data.field)
/Linux-v5.15/net/netfilter/
Dnft_nat.c198 alen = sizeof_field(struct nf_nat_range, min_addr.ip); in nft_nat_init()
201 alen = sizeof_field(struct nf_nat_range, min_addr.ip6); in nft_nat_init()
229 plen = sizeof_field(struct nf_nat_range, min_addr.all); in nft_nat_init()
Dnft_tproxy.c228 alen = sizeof_field(union nf_inet_addr, in); in nft_tproxy_init()
235 alen = sizeof_field(union nf_inet_addr, in6); in nft_tproxy_init()
/Linux-v5.15/drivers/net/can/spi/mcp251xfd/
Dmcp251xfd.h439 u8 data[sizeof_field(struct canfd_frame, data)];
445 u8 data[sizeof_field(struct can_frame, data)];
451 u8 data[sizeof_field(struct canfd_frame, data)];
458 u8 data[sizeof_field(struct can_frame, data)];
465 u8 data[sizeof_field(struct canfd_frame, data)];
Dmcp251xfd-regmap.c431 .max_raw_read = sizeof_field(struct mcp251xfd_map_buf_nocrc, data),
432 .max_raw_write = sizeof_field(struct mcp251xfd_map_buf_nocrc, data),
453 .max_raw_read = sizeof_field(struct mcp251xfd_map_buf_crc, data),
454 .max_raw_write = sizeof_field(struct mcp251xfd_map_buf_crc, data),
/Linux-v5.15/net/openvswitch/
Dflow.h40 (sizeof_field(struct sw_flow_key, tun_opts) - opt_len)
55 sizeof_field(struct sw_flow_key, recirc_id))
/Linux-v5.15/arch/mips/net/
Dbpf_jit.c697 BUILD_BUG_ON(sizeof_field(struct sk_buff, len) != 4); in build_body()
1120 BUILD_BUG_ON(sizeof_field(struct sk_buff, in build_body()
1145 BUILD_BUG_ON(sizeof_field(struct thread_info, in build_body()
1166 BUILD_BUG_ON(sizeof_field(struct net_device, ifindex) != 4); in build_body()
1170 BUILD_BUG_ON(sizeof_field(struct net_device, type) != 2); in build_body()
1177 BUILD_BUG_ON(sizeof_field(struct sk_buff, mark) != 4); in build_body()
1183 BUILD_BUG_ON(sizeof_field(struct sk_buff, hash) != 4); in build_body()
1189 BUILD_BUG_ON(sizeof_field(struct sk_buff, in build_body()
1215 BUILD_BUG_ON(sizeof_field(struct sk_buff, in build_body()
/Linux-v5.15/drivers/media/platform/omap3isp/
Disppreview.c756 sizeof_field(struct prev_params, luma),
765 sizeof_field(struct prev_params, hmed),
771 sizeof_field(struct prev_params, cfa),
777 sizeof_field(struct prev_params, csup),
783 sizeof_field(struct prev_params, wbal),
789 sizeof_field(struct prev_params, blkadj),
795 sizeof_field(struct prev_params, rgb2rgb),
801 sizeof_field(struct prev_params, csc),
807 sizeof_field(struct prev_params, yclimit),
813 sizeof_field(struct prev_params, dcor),
[all …]
/Linux-v5.15/drivers/spi/
Dspi-dw.h112 (sizeof_field(struct spi_mem_op, cmd.opcode) + \
113 sizeof_field(struct spi_mem_op, addr.val) + 256)
/Linux-v5.15/arch/riscv/include/asm/
Dprocessor.h45 *size = sizeof_field(struct thread_struct, fstate); in arch_thread_struct_whitelist()
/Linux-v5.15/include/net/
Dip_tunnels.h36 (sizeof_field(struct ip_tunnel_key, u) - \
37 sizeof_field(struct ip_tunnel_key, u.ipv4))
66 GENMASK((sizeof_field(struct ip_tunnel_info, \
Dgarp.h40 sizeof_field(struct sk_buff, cb)); in garp_cb()
/Linux-v5.15/drivers/net/can/usb/etas_es58x/
Des58x_core.h583 + sizeof_field(es58x_urb_cmd_type, msg_field) \
584 + sizeof_field(es58x_urb_cmd_type, \
/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_dcb.c459 sizeof_field(struct hnae3_tc_info, prio_tc)); in hclge_sync_mqprio_qopt()
461 sizeof_field(struct hnae3_tc_info, tqp_count)); in hclge_sync_mqprio_qopt()
463 sizeof_field(struct hnae3_tc_info, tqp_offset)); in hclge_sync_mqprio_qopt()

1234567