Searched refs:req_type (Results 1 - 25 of 84) sorted by relevance

1234

/linux-master/drivers/nfc/st95hf/
H A Dspi.h37 enum req_type { enum
45 enum req_type reqtype);
H A Dspi.c15 enum req_type reqtype)
/linux-master/drivers/gpu/drm/tests/
H A Ddrm_dp_mst_helper_test.c228 .req_type = DP_ENUM_PATH_RESOURCES,
235 .req_type = DP_POWER_UP_PHY,
242 .req_type = DP_POWER_DOWN_PHY,
249 .req_type = DP_ALLOCATE_PAYLOAD,
257 .req_type = DP_ALLOCATE_PAYLOAD,
264 .req_type = DP_ALLOCATE_PAYLOAD,
271 .req_type = DP_ALLOCATE_PAYLOAD,
278 .req_type = DP_QUERY_PAYLOAD,
285 .req_type = DP_QUERY_PAYLOAD,
292 .req_type
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hwrm.c28 static u64 hwrm_calc_sentinel(struct bnxt_hwrm_ctx *ctx, u16 req_type) argument
30 return (((uintptr_t)ctx) + req_type) ^ BNXT_HWRM_SENTINEL;
37 * @req_type: The request type. This will be converted to the little endian
38 * before being written to the req_type field of the returned request.
61 int __hwrm_req_init(struct bnxt *bp, void **req, u16 req_type, u32 req_len) argument
77 ctx->sentinel = hwrm_calc_sentinel(ctx, req_type);
89 ctx->req->req_type = cpu_to_le16(req_type);
113 sentinel = hwrm_calc_sentinel(ctx, le16_to_cpu(req->req_type));
116 netdev_err(bp->dev, "HWRM sentinel mismatch, req_type
196 u16 req_type; local
447 hwrm_wait_must_abort(struct bnxt *bp, u32 req_type, u32 *fw_status) argument
470 u32 req_type, sts; local
[all...]
H A Dbnxt_hwrm.h95 static inline bool bnxt_cfa_hwrm_message(u16 req_type) argument
97 switch (req_type) {
124 (bnxt_cfa_hwrm_message(le16_to_cpu(req->req_type)) ||
128 int __hwrm_req_init(struct bnxt *bp, void **req, u16 req_type, u32 req_len);
129 #define hwrm_req_init(bp, req, req_type) \
130 __hwrm_req_init((bp), (void **)&(req), (req_type), sizeof(*(req)))
H A Dbnxt_hsi.h19 __le16 req_type; member in struct:hwrm_cmd_hdr
29 __le16 req_type; member in struct:hwrm_resp_hdr
75 __le16 req_type; member in struct:input
85 __le16 req_type; member in struct:output
92 __le16 req_type; member in struct:hwrm_short_input
106 __le16 req_type; member in struct:cmd_nums
591 __le16 req_type; member in struct:hwrm_err_output
617 __le16 req_type; member in struct:hwrm_ver_get_input
631 __le16 req_type; member in struct:hwrm_ver_get_output
1513 __le16 req_type; member in struct:hwrm_func_reset_input
1533 __le16 req_type; member in struct:hwrm_func_reset_output
1542 __le16 req_type; member in struct:hwrm_func_getfid_input
1556 __le16 req_type; member in struct:hwrm_func_getfid_output
1566 __le16 req_type; member in struct:hwrm_func_vf_alloc_input
1580 __le16 req_type; member in struct:hwrm_func_vf_alloc_output
1590 __le16 req_type; member in struct:hwrm_func_vf_free_input
1604 __le16 req_type; member in struct:hwrm_func_vf_free_output
1613 __le16 req_type; member in struct:hwrm_func_vf_cfg_input
1669 __le16 req_type; member in struct:hwrm_func_vf_cfg_output
1678 __le16 req_type; member in struct:hwrm_func_qcaps_input
1690 __le16 req_type; member in struct:hwrm_func_qcaps_output
1844 __le16 req_type; member in struct:hwrm_func_qcfg_input
1856 __le16 req_type; member in struct:hwrm_func_qcfg_output
2046 __le16 req_type; member in struct:hwrm_func_cfg_input
2274 __le16 req_type; member in struct:hwrm_func_cfg_output
2295 __le16 req_type; member in struct:hwrm_func_qstats_input
2311 __le16 req_type; member in struct:hwrm_func_qstats_output
2341 __le16 req_type; member in struct:hwrm_func_qstats_ext_input
2361 __le16 req_type; member in struct:hwrm_func_qstats_ext_output
2392 __le16 req_type; member in struct:hwrm_func_clr_stats_input
2404 __le16 req_type; member in struct:hwrm_func_clr_stats_output
2413 __le16 req_type; member in struct:hwrm_func_vf_resc_free_input
2425 __le16 req_type; member in struct:hwrm_func_vf_resc_free_output
2434 __le16 req_type; member in struct:hwrm_func_drv_rgtr_input
2488 __le16 req_type; member in struct:hwrm_func_drv_rgtr_output
2499 __le16 req_type; member in struct:hwrm_func_drv_unrgtr_input
2512 __le16 req_type; member in struct:hwrm_func_drv_unrgtr_output
2521 __le16 req_type; member in struct:hwrm_func_buf_rgtr_input
2560 __le16 req_type; member in struct:hwrm_func_buf_rgtr_output
2569 __le16 req_type; member in struct:hwrm_func_drv_qver_input
2586 __le16 req_type; member in struct:hwrm_func_drv_qver_output
2616 __le16 req_type; member in struct:hwrm_func_resource_qcaps_input
2628 __le16 req_type; member in struct:hwrm_func_resource_qcaps_output
2672 __le16 req_type; member in struct:hwrm_func_vf_resource_cfg_input
2711 __le16 req_type; member in struct:hwrm_func_vf_resource_cfg_output
2732 __le16 req_type; member in struct:hwrm_func_backing_store_qcaps_input
2742 __le16 req_type; member in struct:hwrm_func_backing_store_qcaps_output
2823 __le16 req_type; member in struct:hwrm_func_backing_store_cfg_input
3256 __le16 req_type; member in struct:hwrm_func_backing_store_cfg_output
3265 __le16 req_type; member in struct:hwrm_error_recovery_qcfg_input
3276 __le16 req_type; member in struct:hwrm_error_recovery_qcfg_output
3358 __le16 req_type; member in struct:hwrm_func_echo_response_input
3370 __le16 req_type; member in struct:hwrm_func_echo_response_output
3379 __le16 req_type; member in struct:hwrm_func_ptp_pin_qcfg_input
3390 __le16 req_type; member in struct:hwrm_func_ptp_pin_qcfg_output
3437 __le16 req_type; member in struct:hwrm_func_ptp_pin_cfg_input
3505 __le16 req_type; member in struct:hwrm_func_ptp_pin_cfg_output
3514 __le16 req_type; member in struct:hwrm_func_ptp_cfg_input
3560 __le16 req_type; member in struct:hwrm_func_ptp_cfg_output
3569 __le16 req_type; member in struct:hwrm_func_ptp_ts_query_input
3583 __le16 req_type; member in struct:hwrm_func_ptp_ts_query_output
3596 __le16 req_type; member in struct:hwrm_func_ptp_ext_cfg_input
3621 __le16 req_type; member in struct:hwrm_func_ptp_ext_cfg_output
3630 __le16 req_type; member in struct:hwrm_func_ptp_ext_qcfg_input
3641 __le16 req_type; member in struct:hwrm_func_ptp_ext_qcfg_output
3657 __le16 req_type; member in struct:hwrm_func_backing_store_cfg_v2_input
3722 __le16 req_type; member in struct:hwrm_func_backing_store_cfg_v2_output
3731 __le16 req_type; member in struct:hwrm_func_backing_store_qcfg_v2_input
3771 __le16 req_type; member in struct:hwrm_func_backing_store_qcfg_v2_output
3873 __le16 req_type; member in struct:hwrm_func_backing_store_qcaps_v2_input
3910 __le16 req_type; member in struct:hwrm_func_backing_store_qcaps_v2_output
3971 __le16 req_type; member in struct:hwrm_func_dbr_pacing_qcfg_input
3981 __le16 req_type; member in struct:hwrm_func_dbr_pacing_qcfg_output
4024 __le16 req_type; member in struct:hwrm_func_drv_if_change_input
4037 __le16 req_type; member in struct:hwrm_func_drv_if_change_output
4050 __le16 req_type; member in struct:hwrm_port_phy_cfg_input
4226 __le16 req_type; member in struct:hwrm_port_phy_cfg_output
4245 __le16 req_type; member in struct:hwrm_port_phy_qcfg_input
4257 __le16 req_type; member in struct:hwrm_port_phy_qcfg_output
4628 __le16 req_type; member in struct:hwrm_port_mac_cfg_input
4707 __le16 req_type; member in struct:hwrm_port_mac_cfg_output
4724 __le16 req_type; member in struct:hwrm_port_mac_ptp_qcfg_input
4736 __le16 req_type; member in struct:hwrm_port_mac_ptp_qcfg_output
4895 __le16 req_type; member in struct:hwrm_port_qstats_input
4911 __le16 req_type; member in struct:hwrm_port_qstats_output
5023 __le16 req_type; member in struct:hwrm_port_qstats_ext_input
5041 __le16 req_type; member in struct:hwrm_port_qstats_ext_output
5054 __le16 req_type; member in struct:hwrm_port_lpbk_qstats_input
5064 __le16 req_type; member in struct:hwrm_port_lpbk_qstats_output
5083 __le16 req_type; member in struct:hwrm_port_ecn_qstats_input
5099 __le16 req_type; member in struct:hwrm_port_ecn_qstats_output
5122 __le16 req_type; member in struct:hwrm_port_clr_stats_input
5136 __le16 req_type; member in struct:hwrm_port_clr_stats_output
5145 __le16 req_type; member in struct:hwrm_port_lpbk_clr_stats_input
5155 __le16 req_type; member in struct:hwrm_port_lpbk_clr_stats_output
5164 __le16 req_type; member in struct:hwrm_port_ts_query_input
5190 __le16 req_type; member in struct:hwrm_port_ts_query_output
5201 __le16 req_type; member in struct:hwrm_port_phy_qcaps_input
5213 __le16 req_type; member in struct:hwrm_port_phy_qcaps_output
5332 __le16 req_type; member in struct:hwrm_port_phy_i2c_read_input
5353 __le16 req_type; member in struct:hwrm_port_phy_i2c_read_output
5363 __le16 req_type; member in struct:hwrm_port_phy_mdio_write_input
5381 __le16 req_type; member in struct:hwrm_port_phy_mdio_write_output
5390 __le16 req_type; member in struct:hwrm_port_phy_mdio_read_input
5407 __le16 req_type; member in struct:hwrm_port_phy_mdio_read_output
5417 __le16 req_type; member in struct:hwrm_port_led_cfg_input
5531 __le16 req_type; member in struct:hwrm_port_led_cfg_output
5540 __le16 req_type; member in struct:hwrm_port_led_qcfg_input
5552 __le16 req_type; member in struct:hwrm_port_led_qcfg_output
5654 __le16 req_type; member in struct:hwrm_port_led_qcaps_input
5666 __le16 req_type; member in struct:hwrm_port_led_qcaps_output
5749 __le16 req_type; member in struct:hwrm_port_mac_qcaps_input
5761 __le16 req_type; member in struct:hwrm_port_mac_qcaps_output
5773 __le16 req_type; member in struct:hwrm_queue_qportcfg_input
5794 __le16 req_type; member in struct:hwrm_queue_qportcfg_output
5923 __le16 req_type; member in struct:hwrm_queue_qcfg_input
5939 __le16 req_type; member in struct:hwrm_queue_qcfg_output
5956 __le16 req_type; member in struct:hwrm_queue_cfg_input
5984 __le16 req_type; member in struct:hwrm_queue_cfg_output
5993 __le16 req_type; member in struct:hwrm_queue_pfcenable_qcfg_input
6005 __le16 req_type; member in struct:hwrm_queue_pfcenable_qcfg_output
6031 __le16 req_type; member in struct:hwrm_queue_pfcenable_cfg_input
6060 __le16 req_type; member in struct:hwrm_queue_pfcenable_cfg_output
6069 __le16 req_type; member in struct:hwrm_queue_pri2cos_qcfg_input
6087 __le16 req_type; member in struct:hwrm_queue_pri2cos_qcfg_output
6106 __le16 req_type; member in struct:hwrm_queue_pri2cos_cfg_input
6143 __le16 req_type; member in struct:hwrm_queue_pri2cos_cfg_output
6152 __le16 req_type; member in struct:hwrm_queue_cos2bw_qcfg_input
6164 __le16 req_type; member in struct:hwrm_queue_cos2bw_qcfg_output
6257 __le16 req_type; member in struct:hwrm_queue_cos2bw_cfg_input
6362 __le16 req_type; member in struct:hwrm_queue_cos2bw_cfg_output
6371 __le16 req_type; member in struct:hwrm_queue_dscp_qcaps_input
6383 __le16 req_type; member in struct:hwrm_queue_dscp_qcaps_output
6395 __le16 req_type; member in struct:hwrm_queue_dscp2pri_qcfg_input
6410 __le16 req_type; member in struct:hwrm_queue_dscp2pri_qcfg_output
6421 __le16 req_type; member in struct:hwrm_queue_dscp2pri_cfg_input
6440 __le16 req_type; member in struct:hwrm_queue_dscp2pri_cfg_output
6449 __le16 req_type; member in struct:hwrm_vnic_alloc_input
6464 __le16 req_type; member in struct:hwrm_vnic_alloc_output
6474 __le16 req_type; member in struct:hwrm_vnic_free_input
6486 __le16 req_type; member in struct:hwrm_vnic_free_output
6495 __le16 req_type; member in struct:hwrm_vnic_cfg_input
6545 __le16 req_type; member in struct:hwrm_vnic_cfg_output
6554 __le16 req_type; member in struct:hwrm_vnic_qcaps_input
6566 __le16 req_type; member in struct:hwrm_vnic_qcaps_output
6609 __le16 req_type; member in struct:hwrm_vnic_tpa_cfg_input
6673 __le16 req_type; member in struct:hwrm_vnic_tpa_cfg_output
6682 __le16 req_type; member in struct:hwrm_vnic_tpa_qcfg_input
6694 __le16 req_type; member in struct:hwrm_vnic_tpa_qcfg_output
6747 __le16 req_type; member in struct:hwrm_vnic_rss_cfg_input
6790 __le16 req_type; member in struct:hwrm_vnic_rss_cfg_output
6808 __le16 req_type; member in struct:hwrm_vnic_rss_qcfg_input
6821 __le16 req_type; member in struct:hwrm_vnic_rss_qcfg_output
6855 __le16 req_type; member in struct:hwrm_vnic_plcmodes_cfg_input
6884 __le16 req_type; member in struct:hwrm_vnic_plcmodes_cfg_output
6893 __le16 req_type; member in struct:hwrm_vnic_rss_cos_lb_ctx_alloc_input
6903 __le16 req_type; member in struct:hwrm_vnic_rss_cos_lb_ctx_alloc_output
6913 __le16 req_type; member in struct:hwrm_vnic_rss_cos_lb_ctx_free_input
6925 __le16 req_type; member in struct:hwrm_vnic_rss_cos_lb_ctx_free_output
6934 __le16 req_type; member in struct:hwrm_ring_alloc_input
7042 __le16 req_type; member in struct:hwrm_ring_alloc_output
7057 __le16 req_type; member in struct:hwrm_ring_free_input
7082 __le16 req_type; member in struct:hwrm_ring_free_output
7091 __le16 req_type; member in struct:hwrm_ring_reset_input
7111 __le16 req_type; member in struct:hwrm_ring_reset_output
7125 __le16 req_type; member in struct:hwrm_ring_aggint_qcaps_input
7135 __le16 req_type; member in struct:hwrm_ring_aggint_qcaps_output
7171 __le16 req_type; member in struct:hwrm_ring_cmpl_ring_qaggint_params_input
7187 __le16 req_type; member in struct:hwrm_ring_cmpl_ring_qaggint_params_output
7206 __le16 req_type; member in struct:hwrm_ring_cmpl_ring_cfg_aggint_params_input
7236 __le16 req_type; member in struct:hwrm_ring_cmpl_ring_cfg_aggint_params_output
7245 __le16 req_type; member in struct:hwrm_ring_grp_alloc_input
7259 __le16 req_type; member in struct:hwrm_ring_grp_alloc_output
7269 __le16 req_type; member in struct:hwrm_ring_grp_free_input
7281 __le16 req_type; member in struct:hwrm_ring_grp_free_output
7295 __le16 req_type; member in struct:hwrm_cfa_l2_filter_alloc_input
7399 __le16 req_type; member in struct:hwrm_cfa_l2_filter_alloc_output
7420 __le16 req_type; member in struct:hwrm_cfa_l2_filter_free_input
7431 __le16 req_type; member in struct:hwrm_cfa_l2_filter_free_output
7440 __le16 req_type; member in struct:hwrm_cfa_l2_filter_cfg_input
7478 __le16 req_type; member in struct:hwrm_cfa_l2_filter_cfg_output
7487 __le16 req_type; member in struct:hwrm_cfa_l2_set_rx_mask_input
7513 __le16 req_type; member in struct:hwrm_cfa_l2_set_rx_mask_output
7531 __le16 req_type; member in struct:hwrm_cfa_tunnel_filter_alloc_input
7586 __le16 req_type; member in struct:hwrm_cfa_tunnel_filter_alloc_output
7607 __le16 req_type; member in struct:hwrm_cfa_tunnel_filter_free_input
7618 __le16 req_type; member in struct:hwrm_cfa_tunnel_filter_free_output
7685 __le16 req_type; member in struct:hwrm_cfa_encap_record_alloc_input
7715 __le16 req_type; member in struct:hwrm_cfa_encap_record_alloc_output
7725 __le16 req_type; member in struct:hwrm_cfa_encap_record_free_input
7737 __le16 req_type; member in struct:hwrm_cfa_encap_record_free_output
7746 __le16 req_type; member in struct:hwrm_cfa_ntuple_filter_alloc_input
7836 __le16 req_type; member in struct:hwrm_cfa_ntuple_filter_alloc_output
7866 __le16 req_type; member in struct:hwrm_cfa_ntuple_filter_free_input
7877 __le16 req_type; member in struct:hwrm_cfa_ntuple_filter_free_output
7886 __le16 req_type; member in struct:hwrm_cfa_ntuple_filter_cfg_input
7911 __le16 req_type; member in struct:hwrm_cfa_ntuple_filter_cfg_output
7920 __le16 req_type; member in struct:hwrm_cfa_decap_filter_alloc_input
7996 __le16 req_type; member in struct:hwrm_cfa_decap_filter_alloc_output
8006 __le16 req_type; member in struct:hwrm_cfa_decap_filter_free_input
8018 __le16 req_type; member in struct:hwrm_cfa_decap_filter_free_output
8027 __le16 req_type; member in struct:hwrm_cfa_flow_alloc_input
8112 __le16 req_type; member in struct:hwrm_cfa_flow_alloc_output
8151 __le16 req_type; member in struct:hwrm_cfa_flow_free_input
8165 __le16 req_type; member in struct:hwrm_cfa_flow_free_output
8176 __le16 req_type; member in struct:hwrm_cfa_flow_info_input
8200 __le16 req_type; member in struct:hwrm_cfa_flow_info_output
8226 __le16 req_type; member in struct:hwrm_cfa_flow_stats_input
8258 __le16 req_type; member in struct:hwrm_cfa_flow_stats_output
8288 __le16 req_type; member in struct:hwrm_cfa_vfr_alloc_input
8302 __le16 req_type; member in struct:hwrm_cfa_vfr_alloc_output
8313 __le16 req_type; member in struct:hwrm_cfa_vfr_free_input
8327 __le16 req_type; member in struct:hwrm_cfa_vfr_free_output
8336 __le16 req_type; member in struct:hwrm_cfa_eem_qcaps_input
8351 __le16 req_type; member in struct:hwrm_cfa_eem_qcaps_output
8377 __le16 req_type; member in struct:hwrm_cfa_eem_cfg_input
8403 __le16 req_type; member in struct:hwrm_cfa_eem_cfg_output
8412 __le16 req_type; member in struct:hwrm_cfa_eem_qcfg_input
8426 __le16 req_type; member in struct:hwrm_cfa_eem_qcfg_output
8445 __le16 req_type; member in struct:hwrm_cfa_eem_op_input
8465 __le16 req_type; member in struct:hwrm_cfa_eem_op_output
8474 __le16 req_type; member in struct:hwrm_cfa_adv_flow_mgnt_qcaps_input
8485 __le16 req_type; member in struct:hwrm_cfa_adv_flow_mgnt_qcaps_output
8517 __le16 req_type; member in struct:hwrm_tunnel_dst_port_query_input
8550 __le16 req_type; member in struct:hwrm_tunnel_dst_port_query_output
8573 __le16 req_type; member in struct:hwrm_tunnel_dst_port_alloc_input
8607 __le16 req_type; member in struct:hwrm_tunnel_dst_port_alloc_output
8632 __le16 req_type; member in struct:hwrm_tunnel_dst_port_free_input
8666 __le16 req_type; member in struct:hwrm_tunnel_dst_port_free_output
8730 __le16 req_type; member in struct:hwrm_stat_ctx_alloc_input
8750 __le16 req_type; member in struct:hwrm_stat_ctx_alloc_output
8760 __le16 req_type; member in struct:hwrm_stat_ctx_free_input
8772 __le16 req_type; member in struct:hwrm_stat_ctx_free_output
8782 __le16 req_type; member in struct:hwrm_stat_ctx_query_input
8796 __le16 req_type; member in struct:hwrm_stat_ctx_query_output
8825 __le16 req_type; member in struct:hwrm_stat_ext_ctx_query_input
8839 __le16 req_type; member in struct:hwrm_stat_ext_ctx_query_output
8870 __le16 req_type; member in struct:hwrm_stat_ctx_clr_stats_input
8882 __le16 req_type; member in struct:hwrm_stat_ctx_clr_stats_output
8891 __le16 req_type; member in struct:hwrm_pcie_qstats_input
8904 __le16 req_type; member in struct:hwrm_pcie_qstats_output
8929 __le16 req_type; member in struct:hwrm_stat_generic_qstats_input
8944 __le16 req_type; member in struct:hwrm_stat_generic_qstats_output
8981 __le16 req_type; member in struct:hwrm_fw_reset_input
9013 __le16 req_type; member in struct:hwrm_fw_reset_output
9028 __le16 req_type; member in struct:hwrm_fw_qstatus_input
9048 __le16 req_type; member in struct:hwrm_fw_qstatus_output
9069 __le16 req_type; member in struct:hwrm_fw_set_time_input
9094 __le16 req_type; member in struct:hwrm_fw_set_time_output
9142 __le16 req_type; member in struct:hwrm_fw_set_structured_data_input
9156 __le16 req_type; member in struct:hwrm_fw_set_structured_data_output
9176 __le16 req_type; member in struct:hwrm_fw_get_structured_data_input
9202 __le16 req_type; member in struct:hwrm_fw_get_structured_data_output
9221 __le16 req_type; member in struct:hwrm_fw_livepatch_query_input
9236 __le16 req_type; member in struct:hwrm_fw_livepatch_query_output
9250 __le16 req_type; member in struct:hwrm_fw_livepatch_input
9275 __le16 req_type; member in struct:hwrm_fw_livepatch_output
9301 __le16 req_type; member in struct:hwrm_exec_fwd_resp_input
9314 __le16 req_type; member in struct:hwrm_exec_fwd_resp_output
9323 __le16 req_type; member in struct:hwrm_reject_fwd_resp_input
9336 __le16 req_type; member in struct:hwrm_reject_fwd_resp_output
9345 __le16 req_type; member in struct:hwrm_fwd_resp_input
9362 __le16 req_type; member in struct:hwrm_fwd_resp_output
9371 __le16 req_type; member in struct:hwrm_fwd_async_event_cmpl_input
9384 __le16 req_type; member in struct:hwrm_fwd_async_event_cmpl_output
9393 __le16 req_type; member in struct:hwrm_temp_monitor_query_input
9403 __le16 req_type; member in struct:hwrm_temp_monitor_query_output
9429 __le16 req_type; member in struct:hwrm_wol_filter_alloc_input
9461 __le16 req_type; member in struct:hwrm_wol_filter_alloc_output
9471 __le16 req_type; member in struct:hwrm_wol_filter_free_input
9488 __le16 req_type; member in struct:hwrm_wol_filter_free_output
9497 __le16 req_type; member in struct:hwrm_wol_filter_qcfg_input
9516 __le16 req_type; member in struct:hwrm_wol_filter_qcfg_output
9537 __le16 req_type; member in struct:hwrm_wol_reason_qcfg_input
9552 __le16 req_type; member in struct:hwrm_wol_reason_qcfg_output
9568 __le16 req_type; member in struct:hwrm_dbg_read_direct_input
9581 __le16 req_type; member in struct:hwrm_dbg_read_direct_output
9591 __le16 req_type; member in struct:hwrm_dbg_qcaps_input
9603 __le16 req_type; member in struct:hwrm_dbg_qcaps_output
9621 __le16 req_type; member in struct:hwrm_dbg_qcfg_input
9641 __le16 req_type; member in struct:hwrm_dbg_qcfg_output
9663 __le16 req_type; member in struct:hwrm_dbg_crashdump_medium_cfg_input
9698 __le16 req_type; member in struct:hwrm_dbg_crashdump_medium_cfg_output
9721 __le16 req_type; member in struct:hwrm_dbg_coredump_list_input
9737 __le16 req_type; member in struct:hwrm_dbg_coredump_list_output
9751 __le16 req_type; member in struct:hwrm_dbg_coredump_initiate_input
9767 __le16 req_type; member in struct:hwrm_dbg_coredump_initiate_output
9787 __le16 req_type; member in struct:hwrm_dbg_coredump_retrieve_input
9810 __le16 req_type; member in struct:hwrm_dbg_coredump_retrieve_output
9823 __le16 req_type; member in struct:hwrm_dbg_ring_info_get_input
9841 __le16 req_type; member in struct:hwrm_dbg_ring_info_get_output
9854 __le16 req_type; member in struct:hwrm_nvm_read_input
9870 __le16 req_type; member in struct:hwrm_nvm_read_output
9879 __le16 req_type; member in struct:hwrm_nvm_get_dir_entries_input
9890 __le16 req_type; member in struct:hwrm_nvm_get_dir_entries_output
9899 __le16 req_type; member in struct:hwrm_nvm_get_dir_info_input
9909 __le16 req_type; member in struct:hwrm_nvm_get_dir_info_output
9920 __le16 req_type; member in struct:hwrm_nvm_write_input
9945 __le16 req_type; member in struct:hwrm_nvm_write_output
9966 __le16 req_type; member in struct:hwrm_nvm_modify_input
9984 __le16 req_type; member in struct:hwrm_nvm_modify_output
9993 __le16 req_type; member in struct:hwrm_nvm_find_dir_entry_input
10017 __le16 req_type; member in struct:hwrm_nvm_find_dir_entry_output
10031 __le16 req_type; member in struct:hwrm_nvm_erase_dir_entry_input
10043 __le16 req_type; member in struct:hwrm_nvm_erase_dir_entry_output
10052 __le16 req_type; member in struct:hwrm_nvm_get_dev_info_input
10062 __le16 req_type; member in struct:hwrm_nvm_get_dev_info_output
10099 __le16 req_type; member in struct:hwrm_nvm_mod_dir_entry_input
10116 __le16 req_type; member in struct:hwrm_nvm_mod_dir_entry_output
10125 __le16 req_type; member in struct:hwrm_nvm_verify_update_input
10139 __le16 req_type; member in struct:hwrm_nvm_verify_update_output
10148 __le16 req_type; member in struct:hwrm_nvm_install_update_input
10168 __le16 req_type; member in struct:hwrm_nvm_install_update_output
10229 __le16 req_type; member in struct:hwrm_nvm_get_variable_input
10253 __le16 req_type; member in struct:hwrm_nvm_get_variable_output
10278 __le16 req_type; member in struct:hwrm_nvm_set_variable_input
10312 __le16 req_type; member in struct:hwrm_nvm_set_variable_output
10331 __le16 req_type; member in struct:hwrm_selftest_qlist_input
10341 __le16 req_type; member in struct:hwrm_selftest_qlist_output
10376 __le16 req_type; member in struct:hwrm_selftest_exec_input
10394 __le16 req_type; member in struct:hwrm_selftest_exec_output
10417 __le16 req_type; member in struct:hwrm_selftest_irq_input
10427 __le16 req_type; member in struct:hwrm_selftest_irq_output
[all...]
H A Dbnxt_coredump.h96 __le16 req_type; member in struct:hwrm_dbg_cmn_input
107 __le16 req_type; member in struct:hwrm_dbg_cmn_output
/linux-master/arch/x86/mm/pat/
H A Dmemtype.c378 enum page_cache_mode req_type)
384 if (req_type == _PAGE_CACHE_MODE_WB) {
394 return req_type;
452 enum page_cache_mode req_type,
458 if (req_type == _PAGE_CACHE_MODE_WP) {
464 if (req_type == _PAGE_CACHE_MODE_UC) {
467 req_type = _PAGE_CACHE_MODE_UC_MINUS;
477 start, end - 1, type, req_type);
486 *new_type = req_type;
490 set_page_memtype(page, req_type);
377 pat_x_mtrr_type(u64 start, u64 end, enum page_cache_mode req_type) argument
451 reserve_ram_pages_type(u64 start, u64 end, enum page_cache_mode req_type, enum page_cache_mode *new_type) argument
536 memtype_reserve(u64 start, u64 end, enum page_cache_mode req_type, enum page_cache_mode *new_type) argument
731 enum page_cache_mode req_type = *type; local
[all...]
/linux-master/drivers/infiniband/hw/qedr/
H A Dqedr_hsi_rdma.h294 u8 req_type; member in struct:rdma_sq_atomic_wqe
324 u8 req_type; member in struct:rdma_sq_atomic_wqe_1st
358 u8 req_type; member in struct:rdma_sq_bind_wqe
406 u8 req_type; member in struct:rdma_sq_bind_wqe_1st
461 u8 req_type; member in struct:rdma_sq_common_wqe
482 u8 req_type; member in struct:rdma_sq_fmr_wqe
532 u8 req_type; member in struct:rdma_sq_fmr_wqe_1st
586 u8 req_type; member in struct:rdma_sq_local_inv_wqe
610 u8 req_type; member in struct:rdma_sq_rdma_wqe
645 u8 req_type; member in struct:rdma_sq_rdma_wqe_1st
704 u8 req_type; member in struct:rdma_sq_send_wqe
729 u8 req_type; member in struct:rdma_sq_send_wqe_1st
[all...]
/linux-master/drivers/media/usb/gspca/
H A Dstv0680.c39 u8 req_type = 0; local
44 req_type = USB_DIR_IN | USB_TYPE_VENDOR | USB_RECIP_ENDPOINT;
48 req_type = USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_ENDPOINT;
52 req_type = USB_DIR_IN | USB_RECIP_DEVICE;
56 req_type = USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_DEVICE;
62 req, req_type,
/linux-master/drivers/crypto/hisilicon/zip/
H A Dzip_crypto.c74 void (*fill_req_type)(struct hisi_zip_sqe *sqe, u8 req_type);
173 static void hisi_zip_fill_req_type(struct hisi_zip_sqe *sqe, u8 req_type) argument
178 val |= FIELD_PREP(HZIP_REQ_TYPE_M, req_type);
197 u8 req_type, struct hisi_zip_req *req)
206 ops->fill_req_type(sqe, req_type);
243 hisi_zip_fill_sqe(qp_ctx->ctx, &zip_sqe, qp->req_type, req);
358 int alg_type, int req_type)
363 qp->req_type = req_type;
397 static int hisi_zip_ctx_init(struct hisi_zip_ctx *hisi_zip_ctx, u8 req_type, in argument
196 hisi_zip_fill_sqe(struct hisi_zip_ctx *ctx, struct hisi_zip_sqe *sqe, u8 req_type, struct hisi_zip_req *req) argument
357 hisi_zip_start_qp(struct hisi_qp *qp, struct hisi_zip_qp_ctx *qp_ctx, int alg_type, int req_type) argument
[all...]
/linux-master/net/mac80211/
H A Ds1g.c104 twt_agrt->req_type &= cpu_to_le16(~IEEE80211_TWT_REQTYPE_REQUEST);
108 twt_agrt->req_type &=
110 twt_agrt->req_type |=
141 u8 flowid = le16_get_bits(twt_agrt->req_type,
/linux-master/arch/arm/mach-versatile/
H A Dspc.c303 static int ve_spc_waitforcompletion(int req_type) argument
310 ret = info->cur_rsp_stat & STAT_COMPLETE(req_type) ? 0 : -EIO;
317 int ret, perf, req_type; local
320 req_type = CA15_DVFS;
323 req_type = CA7_DVFS;
336 info->cur_rsp_mask = RESPONSE_MASK(req_type);
339 ret = ve_spc_waitforcompletion(req_type);
/linux-master/drivers/net/wireless/mediatek/mt7601u/
H A Dtrace.h99 TP_PROTO(struct mt7601u_dev *dev, unsigned pipe, u8 req, u8 req_type,
101 TP_ARGS(dev, pipe, req, req_type, val, offset, buf, buflen, ret),
104 __field(unsigned, pipe) __field(u8, req) __field(u8, req_type)
112 __entry->req_type = req_type;
122 __entry->req_type, __entry->val, __entry->offset,
H A Dusb.c94 const u8 req_type = direction | USB_TYPE_VENDOR | USB_RECIP_DEVICE; local
99 ret = usb_control_msg(usb_dev, pipe, req, req_type,
102 trace_mt_vend_req(dev, pipe, req, req_type, val, offset,
/linux-master/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.h22 enum req_type { enum
/linux-master/net/tipc/
H A Dnetlink_compat.c58 int req_type; member in struct:tipc_nl_compat_msg
282 if (msg->req_type && (!msg->req_size ||
283 !TLV_CHECK_TYPE(msg->req, msg->req_type)))
389 if (msg->req_type && (!msg->req_size ||
390 !TLV_CHECK_TYPE(msg->req, msg->req_type)))
1211 msg->req_type = TIPC_TLV_BEARER_CONFIG;
1216 msg->req_type = TIPC_TLV_BEARER_NAME;
1221 msg->req_type = TIPC_TLV_LINK_NAME;
1228 msg->req_type = TIPC_TLV_NET_ADDR;
1236 msg->req_type
[all...]
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c105 static const char *drm_dp_mst_req_type_str(u8 req_type) argument
126 if (req_type >= ARRAY_SIZE(req_type_str) ||
127 !req_type_str[req_type])
130 return req_type_str[req_type];
340 buf[idx++] = req->req_type & 0x7f;
342 switch (req->req_type) {
462 req->req_type = buf[idx++] & 0x7f;
463 switch (req->req_type) {
604 if (req->req_type == DP_LINK_ADDRESS) {
606 P("type=%s\n", drm_dp_mst_req_type_str(req->req_type));
2759 u8 req_type; local
3543 drm_dp_encode_up_ack_reply(struct drm_dp_sideband_msg_tx *msg, u8 req_type) argument
3553 drm_dp_send_up_ack_reply(struct drm_dp_mst_topology_mgr *mgr, struct drm_dp_mst_branch *mstb, int req_type, bool broadcast) argument
[all...]
/linux-master/drivers/mmc/host/
H A Dsdhci-msm.c1510 * as the argument req_type. This API will check whether the IO line's state
1515 static void sdhci_msm_check_power_status(struct sdhci_host *host, u32 req_type) argument
1525 mmc_hostname(host->mmc), __func__, req_type,
1537 if ((req_type & REQ_IO_HIGH || req_type & REQ_IO_LOW) &&
1554 if ((req_type & REQ_IO_HIGH) && !host->pwr) {
1555 pr_debug("%s: do not wait for power IRQ that never comes, req_type: %d\n",
1556 mmc_hostname(host->mmc), req_type);
1559 if ((req_type & msm_host->curr_pwr_state) ||
1560 (req_type
2077 u32 req_type = 0; local
2119 u32 req_type = 0; local
2131 u32 req_type = 0; local
[all...]
/linux-master/drivers/virt/vboxguest/
H A Dvboxguest_core.h205 void *vbg_req_alloc(size_t len, enum vmmdev_request_type req_type,
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_rep.c119 rep_cfg.req_type = LIO_VF_REP_REQ_STATE;
152 rep_cfg.req_type = LIO_VF_REP_REQ_STATE;
209 rep_cfg.req_type = LIO_VF_REP_REQ_MTU;
474 rep_cfg.req_type = LIO_VF_REP_REQ_STATS;
639 rep_cfg.req_type = LIO_VF_REP_REQ_DEVNAME;
/linux-master/drivers/iommu/
H A Diommu.c1596 __iommu_group_alloc_default_domain(struct iommu_group *group, int req_type) argument
1598 if (group->default_domain && group->default_domain->type == req_type)
1600 return __iommu_group_domain_alloc(group, req_type);
1604 * req_type of 0 means "auto" which means to select a domain based on
1608 iommu_group_alloc_default_domain(struct iommu_group *group, int req_type) argument
1621 if (req_type != ops->default_domain->type)
1626 if (req_type)
1627 return __iommu_group_alloc_default_domain(group, req_type);
2936 int req_type; local
2941 req_type
3030 int ret, req_type; local
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dusb.c18 int __mt76u_vendor_request(struct mt76_dev *dev, u8 req, u8 req_type, argument
28 pipe = (req_type & USB_DIR_IN) ? usb_rcvctrlpipe(udev, 0)
34 ret = usb_control_msg(udev, pipe, req, req_type, val,
50 u8 req_type, u16 val, u16 offset,
56 ret = __mt76u_vendor_request(dev, req, req_type,
65 u32 ___mt76u_rr(struct mt76_dev *dev, u8 req, u8 req_type, u32 addr) argument
71 ret = __mt76u_vendor_request(dev, req, req_type, addr >> 16,
112 void ___mt76u_wr(struct mt76_dev *dev, u8 req, u8 req_type, argument
118 __mt76u_vendor_request(dev, req, req_type, addr >> 16,
49 mt76u_vendor_request(struct mt76_dev *dev, u8 req, u8 req_type, u16 val, u16 offset, void *buf, size_t len) argument
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_reqmgr.h169 u8 req_type; /* Type of request */ member in struct:otx_cpt_req_info
/linux-master/drivers/gpu/drm/amd/include/
H A Damd_acpi.h97 u8 req_type; /* request type */ member in struct:atcs_pref_req_input

Completed in 443 milliseconds

1234