Home
last modified time | relevance | path

Searched refs:func_type (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/ethernet/airoha/
H A Dairoha_npu.c130 u32 func_type; member
158 u32 func_type:4; member
340 ppe_data->func_type = NPU_OP_SET; in airoha_npu_ppe_init()
361 ppe_data->func_type = NPU_OP_SET; in airoha_npu_ppe_deinit()
382 ppe_data->func_type = NPU_OP_SET; in airoha_npu_ppe_flush_sram_entries()
406 ppe_data->func_type = NPU_OP_SET; in airoha_npu_foe_commit_entry()
441 ppe_data->func_type = NPU_OP_SET; in airoha_npu_ppe_stats_setup()
474 wlan_data->func_type = NPU_OP_SET; in airoha_npu_wlan_msg_send()
497 wlan_data->func_type = NPU_OP_GET; in airoha_npu_wlan_msg_get()
/linux/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()
527 u16 func_type; in reclaim_pages() local
579 func_type = func_id_to_type(dev, func_id, ec_function); in reclaim_pages()
580 dev->priv.page_counters[func_type] -= num_claimed; in reclaim_pages()
/linux/drivers/mailbox/
H A Dbcm74110-mailbox.c216 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/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()
/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_hwif.c119 attr->func_type = HINIC3_AF0_GET(attr0, FUNC_TYPE); in set_hwif_attr()
415 if (hwif->attr.func_type == HINIC3_FUNC_TYPE_VF) in hinic3_set_pf_status()
486 dev_dbg(hwdev->dev, "global_func_idx: %u, func_type: %d, host_id: %u, ppf: %u\n", in hinic3_init_hwif()
487 hwif->attr.func_global_idx, hwif->attr.func_type, in hinic3_init_hwif()
/linux/drivers/pinctrl/cirrus/
H A Dpinctrl-lochnagar.c785 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/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
/linux/net/wireless/
H A Dtrace.h2364 __field(u8, func_type)
2370 __entry->func_type = func->type;
2374 WIPHY_PR_ARG, WDEV_PR_ARG, __entry->func_type,
/linux/drivers/scsi/qla2xxx/
H A Dqla_mr.c2210 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 Dqla_bsg.c2075 type, piocb_rqst->func_type, fcport->loop_id); in qlafx00_mgmt_cmd()