Searched refs:func_type (Results 1 – 11 of 11) sorted by relevance
/linux-5.19.10/tools/bpf/bpftool/ ! |
D | common.c | 304 const struct btf_type *func_type; in get_prog_full_name() local 330 func_type = btf__type_by_id(prog_btf, finfo.type_id); in get_prog_full_name() 331 if (!func_type || !btf_is_func(func_type)) in get_prog_full_name() 334 prog_name = btf__name_by_offset(prog_btf, func_type->name_off); in get_prog_full_name()
|
D | btf_dumper.c | 35 const struct btf_type *func_type; in dump_prog_id_as_func_ptr() local 80 func_type = btf__type_by_id(prog_btf, finfo.type_id); in dump_prog_id_as_func_ptr() 81 if (!func_type || !btf_is_func(func_type)) in dump_prog_id_as_func_ptr() 84 prog_name = btf__name_by_offset(prog_btf, func_type->name_off); in dump_prog_id_as_func_ptr()
|
/linux-5.19.10/drivers/net/ethernet/huawei/hinic/ ! |
D | hinic_hw_if.h | 154 #define HINIC_FUNC_TYPE(hwif) ((hwif)->attr.func_type) 231 enum hinic_func_type func_type; member
|
D | hinic_hw_if.c | 241 hwif->attr.func_type = HINIC_FA0_GET(attr0, FUNC_TYPE); in set_hwif_attr() 296 attr->func_type = HINIC_PPF; in set_ppf()
|
/linux-5.19.10/drivers/scsi/qla2xxx/ ! |
D | qla_mr.h | 410 __le16 func_type; member 431 uint16_t func_type; member
|
D | qla_mr.c | 2212 fstatus.func_type = pkt->comp_func_num; in qlafx00_ioctl_iosb_entry() 3274 fx_iocb.func_num = piocb_rqst->func_type; in qlafx00_fxdisc_iocb()
|
D | qla_bsg.c | 2073 type, piocb_rqst->func_type, fcport->loop_id); in qlafx00_mgmt_cmd()
|
/linux-5.19.10/drivers/pinctrl/cirrus/ ! |
D | pinctrl-lochnagar.c | 782 int func_type; in lochnagar_get_func_groups() local 784 func_type = priv->funcs[func_idx].type; in lochnagar_get_func_groups() 786 *groups = priv->func_groups[func_type].groups; in lochnagar_get_func_groups() 787 *num_groups = priv->func_groups[func_type].ngroups; in lochnagar_get_func_groups()
|
/linux-5.19.10/drivers/net/ethernet/qlogic/qlcnic/ ! |
D | qlcnic_sysfs.c | 928 pci_cfg[i].func_type = pci_info[i].type; in qlcnic_sysfs_read_pci_config()
|
D | qlcnic.h | 1332 u16 func_type; member
|
/linux-5.19.10/net/wireless/ ! |
D | trace.h | 2174 __field(u8, func_type) 2180 __entry->func_type = func->type; 2184 WIPHY_PR_ARG, WDEV_PR_ARG, __entry->func_type,
|