Home
last modified time | relevance | path

Searched refs:req_type (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/net/bnxt/
H A Dhsi_struct_def_dpdk.h15 uint16_t req_type; member
50 uint16_t req_type; member
159 uint16_t req_type; member
196 uint16_t req_type; member
216 uint16_t req_type; member
270 uint16_t req_type; member
1033 uint16_t req_type; member
1103 uint16_t req_type; member
1165 uint16_t req_type; member
12899 uint16_t req_type; member
[all …]
H A Dbnxt_cpr.c313 if (fwd_cmd->req_type == HWRM_FUNC_VF_CFG) { in bnxt_handle_fwd_req()
323 if (fwd_cmd->req_type == HWRM_CFA_L2_SET_RX_MASK) { in bnxt_handle_fwd_req()
341 rte_le_to_cpu_16(fwd_cmd->req_type)); in bnxt_handle_fwd_req()
352 rte_le_to_cpu_16(fwd_cmd->req_type)); in bnxt_handle_fwd_req()
H A Dbnxt_hwrm.c199 short_input.req_type = rte_cpu_to_le_16(req->req_type); in bnxt_hwrm_send_message()
279 rte_cpu_to_le_16(req->req_type) == HWRM_VER_GET) in bnxt_hwrm_send_message()
284 req->req_type, req->seq_id); in bnxt_hwrm_send_message()
308 (req)->req_type = rte_cpu_to_le_16(type); \
421 struct hwrm_cfa_tflib_input req = { .req_type = 0 }; in bnxt_hwrm_tf_message_tunneled()
862 struct hwrm_func_qcaps_input req = {.req_type = 0 }; in __bnxt_hwrm_func_qcaps()
983 struct hwrm_vnic_qcaps_input req = {.req_type = 0 }; in bnxt_hwrm_vnic_qcaps()
1230 struct hwrm_ver_get_input req = {.req_type = 0 }; in bnxt_hwrm_ver_get()
1819 struct hwrm_ring_free_input req = {.req_type = 0 }; in bnxt_hwrm_ring_free()
2091 struct hwrm_vnic_cfg_input req = {.req_type = 0 }; in bnxt_hwrm_vnic_cfg()
[all …]
/dpdk/drivers/net/mlx5/windows/
H A Dmlx5_mp_os.c65 enum mlx5_mp_req_type req_type) in mlx5_mp_os_req_queue_control() argument
69 RTE_SET_USED(req_type); in mlx5_mp_os_req_queue_control()
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_mp_os.c316 enum mlx5_mp_req_type req_type) in mlx5_mp_os_req_queue_control() argument
329 mp_init_msg(&priv->mp_id, &mp_req, req_type); in mlx5_mp_os_req_queue_control()
/dpdk/drivers/net/qede/base/
H A Decore_sriov.h280 void *p_tlvs_list, u16 req_type);
H A Decore_sriov.c2987 void *p_tlvs_list, u16 req_type) in ecore_iov_search_list_tlvs() argument
2998 if (p_tlv->type == req_type) { in ecore_iov_search_list_tlvs()
/dpdk/drivers/net/mlx5/
H A Dmlx5.h1850 enum mlx5_mp_req_type req_type);