| /linux/drivers/net/ethernet/airoha/ |
| H A D | airoha_npu.c | 130 u32 func_type; member 158 u32 func_type:4; member 342 ppe_data->func_type = NPU_OP_SET; in airoha_npu_ppe_init() 363 ppe_data->func_type = NPU_OP_SET; in airoha_npu_ppe_deinit() 384 ppe_data->func_type = NPU_OP_SET; in airoha_npu_ppe_flush_sram_entries() 408 ppe_data->func_type = NPU_OP_SET; in airoha_npu_foe_commit_entry() 443 ppe_data->func_type = NPU_OP_SET; in airoha_npu_ppe_stats_setup() 476 wlan_data->func_type = NPU_OP_SET; in airoha_npu_wlan_msg_send() 499 wlan_data->func_type = NPU_OP_GET; in airoha_npu_wlan_msg_get()
|
| /linux/drivers/mailbox/ |
| H A D | bcm74110-mailbox.c | 216 static int bcm74110_rx_pop_init_msg(struct bcm74110_mbox *mbox, u32 func_type, in bcm74110_rx_pop_init_msg() argument 226 if (BCM_MSG_GET_FIELD(msg->msg, FUNC) == func_type) { in bcm74110_rx_pop_init_msg() 260 static int bcm74110_rx_pop_init_msg_block(struct bcm74110_mbox *mbox, u32 func_type, in bcm74110_rx_pop_init_msg_block() argument 266 ret = bcm74110_rx_pop_init_msg(mbox, func_type, val); in bcm74110_rx_pop_init_msg_block()
|
| /linux/tools/bpf/bpftool/ |
| H A 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()
|
| H A D | common.c | 417 const struct btf_type *func_type; in get_prog_full_name() local 443 func_type = btf__type_by_id(prog_btf, finfo.type_id); in get_prog_full_name() 444 if (!func_type || !btf_is_func(func_type)) in get_prog_full_name() 447 prog_name = btf__name_by_offset(prog_btf, func_type->name_off); in get_prog_full_name()
|
| /linux/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_hw_if.h | 150 #define HINIC_FUNC_TYPE(hwif) ((hwif)->attr.func_type) 227 enum hinic_func_type func_type; member
|
| H A D | hinic_hw_if.c | 206 hwif->attr.func_type = HINIC_FA0_GET(attr0, FUNC_TYPE); in set_hwif_attr() 261 attr->func_type = HINIC_PPF; in set_ppf()
|
| /linux/drivers/pinctrl/cirrus/ |
| H A D | pinctrl-lochnagar.c | 785 int func_type; in lochnagar_get_func_groups() local 787 func_type = priv->funcs[func_idx].type; in lochnagar_get_func_groups() 789 *groups = priv->func_groups[func_type].groups; in lochnagar_get_func_groups() 790 *num_groups = priv->func_groups[func_type].ngroups; in lochnagar_get_func_groups()
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | rtw8922a.c | 2749 btc->cx.bt0.func_type = BTC_BTF_BT; in rtw8922a_btc_set_rfe() 2750 btc->cx.bt1.func_type = BTC_BTF_NONE; in rtw8922a_btc_set_rfe() 2803 btc->cx.bt_ext.func_type = BTC_BTF_THREAD; in rtw8922a_btc_set_rfe()
|
| H A D | rtw8922d.c | 3204 cx->bt0.func_type = BTC_BTF_BT; in rtw8922d_btc_set_rfe() 3205 cx->bt1.func_type = BTC_BTF_BT; in rtw8922d_btc_set_rfe() 3368 cx->bt_ext.func_type = BTC_BTF_THREAD; in rtw8922d_btc_set_rfe()
|
| H A D | coex.c | 2252 if (cx->bt_ext.func_type == BTC_BTF_NONE) in _chk_btc_report() 7893 bt->func_type |= (BTC_BTF_THREAD | BTC_BTF_ZB); in _update_bt_scbd() 7895 bt->func_type &= ~(BTC_BTF_THREAD | BTC_BTF_ZB); in _update_bt_scbd() 8381 if (bt2->func_type) in _set_coex_binding() 8509 if (!cx->bt0.enable.now && !cx->bt_ext.func_type) { in _run_coex() 8701 dm->init_info.bt0_function = cx->bt0.func_type; in _set_init_info() 8702 dm->init_info.bt1_function = cx->bt1.func_type; in _set_init_info() 8703 dm->init_info.bt2_function = cx->bt_ext.func_type; in _set_init_info() 8709 dm->init_info.cx_other = btc->cx.bt_ext.func_type; in _set_init_info() 9917 btc->cx.bt_ext.func_type, rtwdev->dbcc_en, hal->tx_nss, in _show_cx_info()
|
| H A D | core.h | 2297 u8 func_type; /* 0: none, 1:zigbee, 2:LTE */ member 2714 u8 func_type; member
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_sysfs.c | 927 pci_cfg[i].func_type = pci_info[i].type; in qlcnic_sysfs_read_pci_config()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_mr.c | 2210 fstatus.func_type = pkt->comp_func_num; in qlafx00_ioctl_iosb_entry() 3272 fx_iocb.func_num = piocb_rqst->func_type; in qlafx00_fxdisc_iocb()
|
| H A D | qla_bsg.c | 2075 type, piocb_rqst->func_type, fcport->loop_id); in qlafx00_mgmt_cmd()
|
| /linux/net/wireless/ |
| H A D | trace.h | 2405 __field(u8, func_type) 2411 __entry->func_type = func->type; 2415 WIPHY_PR_ARG, WDEV_PR_ARG, __entry->func_type,
|