Home
last modified time | relevance | path

Searched refs:func_type (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Dpagealloc.c360 u16 func_type; in give_pages() local
412 func_type = func_id_to_type(dev, func_id, ec_function); in give_pages()
413 dev->priv.page_counters[func_type] += npages; in give_pages()
441 u16 func_type; in release_all_pages() local
456 func_type = func_id_to_type(dev, func_id, ec_function); in release_all_pages()
457 dev->priv.page_counters[func_type] -= npages; in release_all_pages()
524 u16 func_type; in reclaim_pages() local
576 func_type = func_id_to_type(dev, func_id, ec_function); in reclaim_pages()
577 dev->priv.page_counters[func_type] -= num_claimed; in reclaim_pages()
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dbtf_dumper.c36 const struct btf_type *func_type; in dump_prog_id_as_func_ptr() local
71 func_type = btf__type_by_id(prog_btf, finfo->type_id); in dump_prog_id_as_func_ptr()
72 if (!func_type || !btf_is_func(func_type)) in dump_prog_id_as_func_ptr()
75 prog_name = btf__name_by_offset(prog_btf, func_type->name_off); in dump_prog_id_as_func_ptr()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dbtf_dumper.c35 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()
H A Dcommon.c340 const struct btf_type *func_type; in get_prog_full_name() local
366 func_type = btf__type_by_id(prog_btf, finfo.type_id); in get_prog_full_name()
367 if (!func_type || !btf_is_func(func_type)) in get_prog_full_name()
370 prog_name = btf__name_by_offset(prog_btf, func_type->name_off); in get_prog_full_name()
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_if.h154 #define HINIC_FUNC_TYPE(hwif) ((hwif)->attr.func_type)
231 enum hinic_func_type func_type; member
H A Dhinic_hw_if.c241 hwif->attr.func_type = HINIC_FA0_GET(attr0, FUNC_TYPE); in set_hwif_attr()
296 attr->func_type = HINIC_PPF; in set_ppf()
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_if.h150 #define HINIC_FUNC_TYPE(hwif) ((hwif)->attr.func_type)
227 enum hinic_func_type func_type; member
H A Dhinic_hw_if.c206 hwif->attr.func_type = HINIC_FA0_GET(attr0, FUNC_TYPE); in set_hwif_attr()
261 attr->func_type = HINIC_PPF; in set_ppf()
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_mr.h406 __le16 func_type; member
427 uint16_t func_type; member
H A Dqla_mr.c2211 fstatus.func_type = pkt->comp_func_num; in qlafx00_ioctl_iosb_entry()
3273 fx_iocb.func_num = piocb_rqst->func_type; in qlafx00_fxdisc_iocb()
H A Dqla_bsg.c2059 type, piocb_rqst->func_type, fcport->loop_id); in qlafx00_mgmt_cmd()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_mr.h410 __le16 func_type; member
431 uint16_t func_type; member
H A Dqla_mr.c2212 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()
H A Dqla_bsg.c2078 type, piocb_rqst->func_type, fcport->loop_id); in qlafx00_mgmt_cmd()
/kernel/linux/linux-5.10/drivers/pinctrl/cirrus/
H A Dpinctrl-lochnagar.c782 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()
/kernel/linux/linux-6.6/drivers/pinctrl/cirrus/
H A Dpinctrl-lochnagar.c784 int func_type; in lochnagar_get_func_groups() local
786 func_type = priv->funcs[func_idx].type; in lochnagar_get_func_groups()
788 *groups = priv->func_groups[func_type].groups; in lochnagar_get_func_groups()
789 *num_groups = priv->func_groups[func_type].ngroups; in lochnagar_get_func_groups()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sysfs.c928 pci_cfg[i].func_type = pci_info[i].type; in qlcnic_sysfs_read_pci_config()
H A Dqlcnic.h1332 u16 func_type; member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sysfs.c927 pci_cfg[i].func_type = pci_info[i].type; in qlcnic_sysfs_read_pci_config()
H A Dqlcnic.h1332 u16 func_type; member
/kernel/linux/linux-5.10/net/wireless/
H A Dtrace.h2097 __field(u8, func_type)
2103 __entry->func_type = func->type;
2107 WIPHY_PR_ARG, WDEV_PR_ARG, __entry->func_type,
/kernel/linux/linux-6.6/net/wireless/
H A Dtrace.h2209 __field(u8, func_type)
2215 __entry->func_type = func->type;
2219 WIPHY_PR_ARG, WDEV_PR_ARG, __entry->func_type,

Completed in 45 milliseconds