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

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dpagealloc.c360 u16 func_type; local
412 func_type = func_id_to_type(dev, func_id, ec_function);
413 dev->priv.page_counters[func_type] += npages;
441 u16 func_type; local
456 func_type = func_id_to_type(dev, func_id, ec_function);
457 dev->priv.page_counters[func_type] -= npages;
524 u16 func_type; local
576 func_type = func_id_to_type(dev, func_id, ec_function);
577 dev->priv.page_counters[func_type] -= num_claimed;
/linux-master/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 in struct:hinic_func_attr
H A Dhinic_hw_if.c206 hwif->attr.func_type = HINIC_FA0_GET(attr0, FUNC_TYPE);
261 attr->func_type = HINIC_PPF;
/linux-master/tools/bpf/bpftool/
H A Dcommon.c340 const struct btf_type *func_type; local
366 func_type = btf__type_by_id(prog_btf, finfo.type_id);
367 if (!func_type || !btf_is_func(func_type))
370 prog_name = btf__name_by_offset(prog_btf, func_type->name_off);
H A Dbtf_dumper.c35 const struct btf_type *func_type; local
80 func_type = btf__type_by_id(prog_btf, finfo.type_id);
81 if (!func_type || !btf_is_func(func_type))
84 prog_name = btf__name_by_offset(prog_btf, func_type->name_off);
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_mr.h410 __le16 func_type; member in struct:qla_mt_iocb_rqst_fx00
431 uint16_t func_type; member in struct:qla_mt_iocb_rsp_fx00
H A Dqla_mr.c2212 fstatus.func_type = pkt->comp_func_num;
3274 fx_iocb.func_num = piocb_rqst->func_type;
H A Dqla_bsg.c2078 type, piocb_rqst->func_type, fcport->loop_id);
/linux-master/kernel/bpf/
H A Dbpf_struct_ops.c160 const struct btf_type *func_type; local
173 func_type = btf_type_by_id(btf, btf_id);
174 if (!func_type)
177 return btf_type_by_id(btf, func_type->type); /* FUNC_PROTO */
/linux-master/drivers/pinctrl/cirrus/
H A Dpinctrl-lochnagar.c784 int func_type; local
786 func_type = priv->funcs[func_idx].type;
788 *groups = priv->func_groups[func_type].groups;
789 *num_groups = priv->func_groups[func_type].ngroups;
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sysfs.c927 pci_cfg[i].func_type = pci_info[i].type;
H A Dqlcnic.h1332 u16 func_type; member in struct:qlcnic_pci_func_cfg
/linux-master/net/wireless/
H A Dtrace.h2220 __field(u8, func_type)
2226 __entry->func_type = func->type;
2230 WIPHY_PR_ARG, WDEV_PR_ARG, __entry->func_type,

Completed in 153 milliseconds