Searched refs:struct_type (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/mips/sgi-ip27/ |
| H A D | ip27-klconfig.c | 18 klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char struct_type) in find_component() argument 38 if (KLCF_COMP_TYPE(kli) == struct_type) in find_component() 46 klinfo_t *find_first_component(lboard_t *brd, unsigned char struct_type) in find_first_component() argument 48 return find_component(brd, (klinfo_t *)NULL, struct_type); in find_first_component()
|
| /linux/drivers/net/wireless/ti/wlcore/ |
| H A D | debugfs.h | 53 #define DEBUGFS_FWSTATS_FILE(sub, name, fmt, struct_type) \ argument 59 struct struct_type *stats = wl->stats.fw_stats; \ 73 #define DEBUGFS_FWSTATS_FILE_ARRAY(sub, name, len, struct_type) \ argument 79 struct struct_type *stats = wl->stats.fw_stats; \
|
| /linux/kernel/bpf/ |
| H A D | btf.c | 196 #define for_each_member_from(i, from, struct_type, member) \ argument 197 for (i = from, member = btf_type_member(struct_type) + from; \ 198 i < btf_type_vlen(struct_type); \ 201 #define for_each_vsi_from(i, from, struct_type, member) \ argument 202 for (i = from, member = btf_type_var_secinfo(struct_type) + from; \ 203 i < btf_type_vlen(struct_type); \ 452 const struct btf_type *struct_type, 456 const struct btf_type *struct_type, 1610 const struct btf_type *struct_type, in btf_verifier_log_member() argument 1637 btf_verifier_log_type(env, struct_type, NULL); in btf_verifier_log_member() [all …]
|
| /linux/arch/mips/include/asm/sn/ |
| H A D | klconfig.h | 423 unsigned char struct_type; /* type of structure, local or remote */ member 459 #define KLCF_REMOTE(_brd) (((_brd)->struct_type & LOCAL_BOARD) ? 0 : 1) 474 #define KLCF_COMP_TYPE(_comp) ((_comp)->struct_type) 485 unsigned char struct_type; /* type of this structure */ member
|
| /linux/include/net/ |
| H A D | ieee802154_netdev.h | 18 #define IEEE802154_REQUIRED_SIZE(struct_type, member) \ argument 19 (offsetof(typeof(struct_type), member) + \ 20 sizeof(((typeof(struct_type) *)(NULL))->member))
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | ynl_gen_c.py | 2892 struct_type = pol_to_struct[family.kernel_policy] 2907 line = f"{qual} struct {struct_type} {family.c_name}_nl_ops[{cnt}]"
|