/linux/drivers/net/ethernet/meta/fbnic/ |
H A D | fbnic_fw.c | 564 static int fbnic_fw_parse_cap_resp(void *opaque, struct fbnic_tlv_msg **results) in fbnic_fw_parse_cap_resp() 664 struct fbnic_tlv_msg **results) in fbnic_fw_parse_ownership_resp() 679 struct fbnic_tlv_msg **results) in fbnic_fw_parse_heartbeat_resp() 821 struct fbnic_tlv_msg **results) in fbnic_fw_parse_fw_start_upgrade_resp() 898 struct fbnic_tlv_msg **results) in fbnic_fw_parse_fw_write_chunk_req() 930 struct fbnic_tlv_msg **results) in fbnic_fw_parse_fw_finish_upgrade_req() 1002 struct fbnic_tlv_msg **results) in fbnic_fw_parse_tsene_read_resp() 1048 static int fbnic_fw_process_log_array(struct fbnic_tlv_msg **results, in fbnic_fw_process_log_array() 1116 struct fbnic_tlv_msg **results) in fbnic_fw_parse_log_req()
|
H A D | fbnic_tlv.c | 414 struct fbnic_tlv_msg **results, in fbnic_tlv_attr_parse_array() 467 struct fbnic_tlv_msg **results, in fbnic_tlv_attr_parse() 518 struct fbnic_tlv_msg *results[FBNIC_TLV_RESULTS_MAX]; in fbnic_tlv_msg_parse() local 549 int fbnic_tlv_parser_error(void *opaque, struct fbnic_tlv_msg **results) in fbnic_tlv_parser_error()
|
/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_tlv.c | 471 static s32 fm10k_tlv_attr_parse(u32 *attr, u32 **results, in fm10k_tlv_attr_parse() 548 u32 *results[FM10K_TLV_RESULTS_MAX]; in fm10k_tlv_msg_parse() local 591 u32 __always_unused **results, in fm10k_tlv_msg_error() 707 s32 fm10k_tlv_msg_test(struct fm10k_hw *hw, u32 **results, in fm10k_tlv_msg_test()
|
H A D | fm10k_pf.c | 1155 s32 fm10k_iov_msg_msix_pf(struct fm10k_hw *hw, u32 __always_unused **results, in fm10k_iov_msg_msix_pf() 1231 s32 fm10k_iov_msg_lport_state_pf(struct fm10k_hw *hw, u32 **results, in fm10k_iov_msg_lport_state_pf() 1522 s32 fm10k_msg_lport_map_pf(struct fm10k_hw *hw, u32 **results, in fm10k_msg_lport_map_pf() 1565 static s32 fm10k_msg_update_pvid_pf(struct fm10k_hw *hw, u32 **results, in fm10k_msg_update_pvid_pf() 1626 s32 fm10k_msg_err_pf(struct fm10k_hw *hw, u32 **results, in fm10k_msg_err_pf()
|
H A D | fm10k_iov.c | 8 static s32 fm10k_iov_msg_error(struct fm10k_hw *hw, u32 **results, in fm10k_iov_msg_error() 33 static s32 fm10k_iov_msg_queue_mac_vlan(struct fm10k_hw *hw, u32 **results, in fm10k_iov_msg_queue_mac_vlan()
|
H A D | fm10k_pci.c | 1457 static s32 fm10k_mbx_mac_addr(struct fm10k_hw *hw, u32 **results, in fm10k_mbx_mac_addr() 1485 static s32 fm10k_mbx_error(struct fm10k_hw *hw, u32 **results, in fm10k_mbx_error() 1540 static s32 fm10k_lport_map(struct fm10k_hw *hw, u32 **results, in fm10k_lport_map() 1589 static s32 fm10k_update_pvid(struct fm10k_hw *hw, u32 **results, in fm10k_update_pvid()
|
/linux/tools/testing/selftests/drivers/net/hw/ |
H A D | devlink_rate_tc_bw.py | 297 def _run_iperf_client_thread(server_ip, local_ip, results, barrier, tc_ix): argument 327 def calculate_bandwidth_percentages(results): argument
|
/linux/lib/ |
H A D | interval_tree_test.c | 36 unsigned long results = 0; in search() local 95 unsigned long results; in search_check() local
|
H A D | radix-tree.c | 1262 radix_tree_gang_lookup(const struct radix_tree_root *root, void **results, in radix_tree_gang_lookup() 1302 radix_tree_gang_lookup_tag(const struct radix_tree_root *root, void **results, in radix_tree_gang_lookup_tag() 1344 void __rcu ***results, unsigned long first_index, in radix_tree_gang_lookup_tag_slot()
|
/linux/fs/jfs/ |
H A D | jfs_dmap.c | 714 int dbAlloc(struct inode *ip, s64 hint, s64 nblocks, s64 * results) in dbAlloc() 925 s64 blkno, s64 nblocks, s64 addnblocks, s64 * results) in dbReAlloc() 1204 struct dmap * dp, s64 blkno, int nblocks, int l2nb, s64 * results) in dbAllocNear() 1312 dbAllocAG(struct bmap * bmp, int agno, s64 nblocks, int l2nb, s64 * results) in dbAllocAG() 1516 static int dbAllocAny(struct bmap * bmp, s64 nblocks, int l2nb, s64 * results) in dbAllocAny() 1800 dbAllocCtl(struct bmap * bmp, s64 nblocks, int l2nb, s64 blkno, s64 * results) in dbAllocCtl() 1957 struct dmap * dp, int nblocks, int l2nb, s64 * results) in dbAllocDmapLev()
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | selftest_workarounds.c | 188 print_results(const struct intel_engine_cs *engine, const u32 *results) in print_results() 204 struct drm_i915_gem_object *results; in check_whitelist() local 506 u32 *cs, *results; in check_dirty_whitelist() local 843 struct i915_vma *results) in read_whitelisted_registers()
|
/linux/tools/testing/selftests/arm64/mte/ |
H A D | check_gcr_el1_cswitch.c | 91 int results[NUM_ITERATIONS]; in mte_gcr_fork_test() local
|
/linux/drivers/acpi/ |
H A D | acpi_adxl.c | 105 union acpi_object argv4[2], *results, *r; in adxl_decode() local
|
/linux/tools/perf/bench/ |
H A D | pmu-scan.c | 40 static struct pmu_scan_result *results; variable
|
/linux/drivers/parisc/ |
H A D | superio.c | 96 u8 results; in superio_interrupt() local
|
/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dcbx.h | 67 struct qed_dcbx_results results; member
|
/linux/drivers/net/ethernet/sfc/ |
H A D | mcdi_port_common.c | 744 int *results) in efx_mcdi_bist() 803 int efx_mcdi_phy_run_tests(struct efx_nic *efx, int *results, unsigned int flags) in efx_mcdi_phy_run_tests()
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | mcdi_port_common.c | 761 int *results) in efx_mcdi_bist() 820 int efx_siena_mcdi_phy_run_tests(struct efx_nic *efx, int *results, in efx_siena_mcdi_phy_run_tests()
|
/linux/arch/powerpc/perf/ |
H A D | hv-24x7.h | 157 struct hv_24x7_result results[]; /* [@num_results] */ member
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | d3.c | 2608 struct iwl_mvm_nd_results *results) in iwl_mvm_netdetect_query_results() 2658 struct iwl_mvm_nd_results *results, in iwl_mvm_query_num_match_chans() 2682 struct iwl_mvm_nd_results *results, in iwl_mvm_query_set_freqs() 2992 struct iwl_mvm_nd_results *results = d3_data->nd_results; in iwl_mvm_nd_match_info_handler() local 3234 struct iwl_mvm_nd_results results = {}; in __iwl_mvm_resume() local
|
/linux/drivers/platform/x86/dell/ |
H A D | dell-wmi-base.c | 549 struct dell_dmi_results *results = opaque; in handle_dmi_entry() local
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_rmap.c | 2938 struct xfs_rmap_matches *results; member 2966 struct xfs_rmap_matches *results) in xfs_rmap_ownercount_init() 3046 struct xfs_rmap_matches *results) in xfs_rmap_count_owners()
|
/linux/drivers/input/mouse/ |
H A D | trackpoint.h | 142 #define MAKE_PS2_CMD(params, results, cmd) ((params<<12) | (results<<8) | (cmd)) argument
|
H A D | trackpoint.c | 52 static int trackpoint_read(struct ps2dev *ps2dev, u8 loc, u8 *results) in trackpoint_read()
|
/linux/tools/testing/selftests/ |
H A D | kselftest_harness.h | 924 struct __test_results *results; member 1246 struct __test_results *results; in test_harness_run() local
|