| /linux/drivers/virt/coco/pkvm-guest/ |
| H A D | arm-pkvm-guest.c | 21 static int arm_smccc_do_one_page(u32 func_id, phys_addr_t phys) in arm_smccc_do_one_page() 38 static int __set_memory_range(u32 func_id, unsigned long start, int numpages) in __set_memory_range() 89 const int func_id = ARM_SMCCC_VENDOR_HYP_KVM_MMIO_GUARD_FUNC_ID; in mmio_guard_ioremap_hook() local
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/sf/ |
| H A D | cmd.c | 29 int mlx5_cmd_sf_enable_hca(struct mlx5_core_dev *dev, u16 func_id) in mlx5_cmd_sf_enable_hca() 40 int mlx5_cmd_sf_disable_hca(struct mlx5_core_dev *dev, u16 func_id) in mlx5_cmd_sf_disable_hca()
|
| /linux/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_port.h | 188 u16 func_id; member 198 u16 func_id; member 213 u16 func_id; member 249 u16 func_id; member 260 u16 func_id; member 269 u16 func_id; member 278 u16 func_id; member 293 u16 func_id; member 304 u16 func_id; member 314 u16 func_id; member [all …]
|
| H A D | hinic_sriov.h | 60 u16 func_id; member 73 u16 func_id; member
|
| H A D | hinic_sriov.c | 30 u16 vlan_id, u16 func_id) in hinic_set_mac() 215 u16 func_id, vlan_id; in hinic_init_vf_config() local 536 u8 *new_mac, u16 vlan_id, u16 func_id) in hinic_update_mac() 617 u16 func_id; in hinic_set_vf_mac() local
|
| H A D | hinic_hw_dev.h | 328 u16 func_id; member 367 u16 func_id; member 376 u16 func_id; member 502 u16 func_id; member
|
| /linux/drivers/net/ethernet/airoha/ |
| H A D | airoha_npu.c | 131 u32 func_id; member 145 u32 func_id; member 159 u32 func_id; member 163 static int airoha_npu_send_msg(struct airoha_npu *npu, int func_id, in airoha_npu_send_msg() 462 enum airoha_npu_wlan_set_cmd func_id, in airoha_npu_wlan_msg_send() 485 enum airoha_npu_wlan_get_cmd func_id, in airoha_npu_wlan_msg_get() 511 enum airoha_npu_wlan_set_cmd func_id) in airoha_npu_wlan_set_reserved_memory()
|
| /linux/drivers/char/tpm/ |
| H A D | tpm_crb_ffa.c | 200 static int __tpm_crb_ffa_try_send_receive(unsigned long func_id, in __tpm_crb_ffa_try_send_receive() 235 static int __tpm_crb_ffa_send_receive(unsigned long func_id, unsigned long a0, in __tpm_crb_ffa_send_receive()
|
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | smccc_filter.c | 40 static void guest_main(u32 func_id, enum smccc_conduit conduit) in guest_main() 220 static void expect_call_fwd_to_user(struct kvm_vcpu *vcpu, u32 func_id, in expect_call_fwd_to_user()
|
| H A D | psci_test.c | 64 static u64 psci_features(u32 func_id) in psci_features()
|
| H A D | hypercalls.c | 62 u32 func_id; member
|
| /linux/drivers/firmware/smccc/ |
| H A D | kvm_guest.c | 43 bool kvm_arm_hyp_service_available(u32 func_id) in kvm_arm_hyp_service_available()
|
| /linux/arch/arm64/kvm/ |
| H A D | trng.c | 54 u32 func_id = smccc_get_function(vcpu); in kvm_trng_call() local
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_sp.c | 2097 u32 cid, u8 func_id, void *rdata, dma_addr_t rdata_mapping, int state, in bnx2x_init_raw_obj() 2115 u8 cl_id, u32 cid, u8 func_id, void *rdata, dma_addr_t rdata_mapping, in bnx2x_init_vlan_mac_common() 2139 u8 cl_id, u32 cid, u8 func_id, void *rdata, in bnx2x_init_mac_obj() 2193 u8 cl_id, u32 cid, u8 func_id, void *rdata, in bnx2x_init_vlan_obj() 2234 u8 cl_id, u32 cid, u8 func_id, void *rdata, in bnx2x_init_vlan_mac_obj() 2838 u8 func_id = r->func_id; in bnx2x_mcast_set_one_rule_e2() local 4070 u8 mcast_cl_id, u32 mcast_cid, u8 func_id, in bnx2x_init_mcast_obj() 4367 struct bnx2x_credit_pool_obj *p, u8 func_id, in bnx2x_init_mac_credit_pool() 4423 u8 func_id, in bnx2x_init_vlan_credit_pool() 4631 u8 cl_id, u32 cid, u8 func_id, u8 engine_id, in bnx2x_init_rss_config_obj() [all …]
|
| /linux/kernel/bpf/ |
| H A D | verifier.c | 244 int func_id; member 405 static bool is_acquire_function(enum bpf_func_id func_id, in is_acquire_function() 425 static bool is_ptr_cast_function(enum bpf_func_id func_id) in is_ptr_cast_function() 437 static bool is_dynptr_ref_function(enum bpf_func_id func_id) in is_dynptr_ref_function() 450 static bool is_sync_callback_calling_function(enum bpf_func_id func_id) in is_sync_callback_calling_function() 458 static bool is_async_callback_calling_function(enum bpf_func_id func_id) in is_async_callback_calling_function() 463 static bool is_callback_calling_function(enum bpf_func_id func_id) in is_callback_calling_function() 501 static bool helper_multiple_ref_obj_use(enum bpf_func_id func_id, in helper_multiple_ref_obj_use() 2783 find_kfunc_desc(const struct bpf_prog *prog, u32 func_id, u16 offset) in find_kfunc_desc() 2796 int bpf_get_kfunc_addr(const struct bpf_prog *prog, u32 func_id, in bpf_get_kfunc_addr() [all …]
|
| /linux/drivers/firmware/arm_ffa/ |
| H A D | driver.c | 563 static int ffa_mem_first_frag(u32 func_id, phys_addr_t buf, u32 buf_sz, in ffa_mem_first_frag() 623 ffa_transmit_fragment(u32 func_id, phys_addr_t buf, u32 buf_sz, u32 frag_len, in ffa_transmit_fragment() 643 static u16 ffa_memory_attributes_get(u32 func_id) in ffa_memory_attributes_get() 677 ffa_setup_and_transmit(u32 func_id, void *buffer, u32 max_fragsize, in ffa_setup_and_transmit() 760 static int ffa_memory_ops(u32 func_id, struct ffa_mem_ops_args *args) in ffa_memory_ops()
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | icp_qat_fw_pke.h | 11 __u32 func_id; member
|
| /linux/net/netfilter/ |
| H A D | nf_bpf_link.c | 324 bpf_nf_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in bpf_nf_func_proto()
|
| /linux/drivers/media/rc/ |
| H A D | bpf-lirc.c | 83 lirc_mode2_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in lirc_mode2_func_proto()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | sriov.c | 40 static int sriov_restore_guids(struct mlx5_core_dev *dev, int vf, u16 func_id) in sriov_restore_guids()
|
| /linux/drivers/pcmcia/ |
| H A D | ds.c | 100 __u8 func_id, function, device_no; in new_id_store() local 401 cistpl_funcid_t func_id; in pcmcia_device_query() local
|
| /linux/net/core/ |
| H A D | filter.c | 8138 bool bpf_helper_changes_pkt_data(enum bpf_func_id func_id) in bpf_helper_changes_pkt_data() 8175 sock_filter_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in sock_filter_func_proto() 8214 sock_addr_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in sock_addr_func_proto() 8303 sk_filter_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in sk_filter_func_proto() 8327 cg_skb_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in cg_skb_func_proto() 8376 tc_cls_act_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in tc_cls_act_func_proto() 8513 xdp_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in xdp_func_proto() 8588 sock_ops_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in sock_ops_func_proto() 8636 sk_msg_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in sk_msg_func_proto() 8670 sk_skb_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in sk_skb_func_proto() [all …]
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_sbq_cmd.h | 70 u8 func_id; member
|
| /linux/arch/s390/include/uapi/asm/ |
| H A D | zcrypt.h | 90 __u8 func_id[2]; /* function id 0x5432 */ member 167 __u8 func_id[2]; member
|
| /linux/net/ipv4/ |
| H A D | bpf_tcp_ca.c | 152 bpf_tcp_ca_get_func_proto(enum bpf_func_id func_id, in bpf_tcp_ca_get_func_proto()
|