| /linux/drivers/net/ethernet/mellanox/mlx5/core/sf/ |
| H A D | cmd.c | 7 int mlx5_cmd_alloc_sf(struct mlx5_core_dev *dev, u16 function_id) in mlx5_cmd_alloc_sf() argument 13 MLX5_SET(alloc_sf_in, in, function_id, function_id); in mlx5_cmd_alloc_sf() 18 int mlx5_cmd_dealloc_sf(struct mlx5_core_dev *dev, u16 function_id) in mlx5_cmd_dealloc_sf() argument 24 MLX5_SET(dealloc_sf_in, in, function_id, function_id); in mlx5_cmd_dealloc_sf() 35 MLX5_SET(enable_hca_in, in, function_id, func_id); in mlx5_cmd_sf_enable_hca() 46 MLX5_SET(disable_hca_in, in, function_id, func_id); in mlx5_cmd_sf_disable_hca()
|
| H A D | priv.h | 9 int mlx5_cmd_alloc_sf(struct mlx5_core_dev *dev, u16 function_id); 10 int mlx5_cmd_dealloc_sf(struct mlx5_core_dev *dev, u16 function_id);
|
| H A D | mlx5_ifc_vhca_event.h | 46 u8 function_id[0x10]; member 75 u8 function_id[0x10]; member
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | ecpf.c | 26 MLX5_SET(enable_hca_in, in, function_id, 0); in mlx5_cmd_host_pf_enable_hca() 37 MLX5_SET(disable_hca_in, in, function_id, 0); in mlx5_cmd_host_pf_disable_hca()
|
| H A D | vport.c | 1225 u16 vhca_id = 0, function_id = 0; in mlx5_vport_get_other_func_cap() local 1234 function_id = mlx5_vport_to_func_id(dev, vport, ec_vf_func); in mlx5_vport_get_other_func_cap() 1238 function_id = vhca_id; in mlx5_vport_get_other_func_cap() 1249 MLX5_SET(query_hca_cap_in, in, function_id, function_id); in mlx5_vport_get_other_func_cap() 1286 u16 vhca_id = 0, function_id = 0; in mlx5_vport_set_other_func_cap() local 1302 function_id = mlx5_vport_to_func_id(dev, vport, ec_vf_func); in mlx5_vport_set_other_func_cap() 1306 function_id = vhca_id; in mlx5_vport_set_other_func_cap() 1318 MLX5_SET(set_hca_cap_in, set_ctx, function_id, function_id); in mlx5_vport_set_other_func_cap()
|
| H A D | pci_irq.c | 86 int mlx5_set_msix_vec_count(struct mlx5_core_dev *dev, int function_id, in mlx5_set_msix_vec_count() argument 121 vport = mlx5_core_func_to_vport(dev, function_id, ec_vf_function); in mlx5_set_msix_vec_count() 134 MLX5_SET(set_hca_cap_in, hca_cap, function_id, function_id); in mlx5_set_msix_vec_count()
|
| /linux/tools/testing/selftests/kvm/lib/arm64/ |
| H A D | processor.c | 629 #define __smccc_call(insn, function_id, arg0, arg1, arg2, arg3, arg4, arg5, \ argument 646 : [function_id] "r"(function_id), [arg0] "r"(arg0), \ 652 void smccc_hvc(uint32_t function_id, uint64_t arg0, uint64_t arg1, in smccc_hvc() argument 656 __smccc_call(hvc, function_id, arg0, arg1, arg2, arg3, arg4, arg5, in smccc_hvc() 660 void smccc_smc(uint32_t function_id, uint64_t arg0, uint64_t arg1, in smccc_smc() argument 664 __smccc_call(smc, function_id, arg0, arg1, arg2, arg3, arg4, arg5, in smccc_smc()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
| H A D | ipsec.c | 109 MLX5_SET(set_hca_cap_in, hca_cap, function_id, vport_num); in esw_ipsec_vf_set_generic() 160 MLX5_SET(set_hca_cap_in, hca_cap, function_id, vport->vport); in esw_ipsec_vf_set_bytype() 196 MLX5_SET(set_hca_cap_in, hca_cap, function_id, vport_num); in esw_ipsec_vf_crypto_aux_caps_set()
|
| /linux/tools/testing/selftests/kvm/lib/riscv/ |
| H A D | ucall.c | 20 switch (run->riscv_sbi.function_id) { in ucall_arch_get_ucall()
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_int.c | 1966 p_block->function_id, in qed_int_igu_init_pure_rt_single() 2109 p_block->function_id = p_hwfn->rel_pf_id; in qed_int_igu_reset_cam() 2117 p_block->function_id = p_hwfn->rel_pf_id; in qed_int_igu_reset_cam() 2124 p_block->function_id = in qed_int_igu_reset_cam() 2133 p_block->function_id = 0; in qed_int_igu_reset_cam() 2139 p_block->function_id); in qed_int_igu_reset_cam() 2159 p_block->function_id, in qed_int_igu_reset_cam() 2178 p_block->function_id = GET_FIELD(val, IGU_MAPPING_LINE_FUNCTION_NUMBER); in qed_int_igu_read_cam_block() 2215 (p_block->function_id == p_hwfn->rel_pf_id)) { in qed_int_igu_read_cam() 2223 (p_block->function_id >= min_vf) && in qed_int_igu_read_cam() [all …]
|
| H A D | qed_int.h | 232 u8 function_id; member
|
| /linux/drivers/misc/bcm-vk/ |
| H A D | bcm_vk_msg.c | 382 msg->function_id, msg->size, in bcm_vk_drain_all_pend() 613 src->function_id, in bcm_to_v_msg_enqueue() 709 entry->to_v_msg[0].function_id = VK_FID_SHUTDOWN; in bcm_vk_send_shutdown_msg() 879 if (data->function_id == VK_FID_SHUTDOWN) { in bcm_to_h_msg_dequeue() 905 msg_id, data->function_id, in bcm_to_h_msg_dequeue() 1146 if (entry->to_v_msg[0].function_id == VK_FID_TRANS_BUF) { in bcm_vk_write() 1193 } else if (entry->to_v_msg[0].function_id == VK_FID_INIT && in bcm_vk_write()
|
| H A D | bcm_vk_msg.h | 57 u8 function_id; member
|
| /linux/drivers/firmware/arm_scmi/ |
| H A D | pinctrl.c | 53 __le32 function_id; member 498 tx->function_id = cpu_to_le32(0xFFFFFFFF); in scmi_pinctrl_settings_conf() 526 u32 function_id) in scmi_pinctrl_function_select() argument 544 tx->function_id = cpu_to_le32(function_id); in scmi_pinctrl_function_select()
|
| /linux/tools/testing/selftests/kvm/include/arm64/ |
| H A D | processor.h | 286 void smccc_hvc(uint32_t function_id, uint64_t arg0, uint64_t arg1, 297 void smccc_smc(uint32_t function_id, uint64_t arg0, uint64_t arg1,
|
| /linux/Documentation/arch/s390/ |
| H A D | pci.rst | 64 - function_id
|
| /linux/include/acpi/ |
| H A D | actbl3.h | 490 u32 function_id; member
|
| /linux/drivers/vfio/pci/mlx5/ |
| H A D | cmd.c | 33 static int mlx5vf_cmd_get_vhca_id(struct mlx5_core_dev *mdev, u16 function_id, 284 static int mlx5vf_cmd_get_vhca_id(struct mlx5_core_dev *mdev, u16 function_id, in mlx5vf_cmd_get_vhca_id() argument 299 MLX5_SET(query_hca_cap_in, in, function_id, function_id); in mlx5vf_cmd_get_vhca_id()
|
| /linux/drivers/hwmon/occ/ |
| H A D | common.c | 72 u8 function_id; member 488 power->function_id, power->apss_channel); in occ_show_power_2()
|
| /linux/include/linux/mlx5/ |
| H A D | mlx5_ifc.h | 5222 u8 function_id[0x10]; member 6132 u8 function_id[0x10]; member 6152 u8 function_id[0x10]; member 6424 u8 function_id[0x10]; member 6453 u8 function_id[0x10]; member 6475 u8 function_id[0x10]; member 7588 u8 function_id[0x10]; member 8227 u8 function_id[0x10]; member 8413 u8 function_id[0x10]; member 8458 u8 function_id[0x10]; member [all …]
|
| /linux/arch/riscv/kvm/ |
| H A D | vcpu_sbi.c | 137 run->riscv_sbi.function_id = cp->a6; in kvm_riscv_vcpu_sbi_forward_handler()
|
| /linux/drivers/infiniband/hw/bnxt_re/ |
| H A D | qplib_sp.c | 813 req.function_id = in bnxt_qplib_qext_stat() 817 req.function_id = cpu_to_le32(fid); in bnxt_qplib_qext_stat()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_coredump.c | 245 seg_hdr->function_id = cpu_to_le16(bp->pdev->devfn); in bnxt_fill_coredump_seg_hdr()
|
| /linux/tools/include/uapi/linux/ |
| H A D | kvm.h | 428 unsigned long function_id; member
|
| /linux/include/uapi/linux/ |
| H A D | kvm.h | 429 unsigned long function_id; member
|