Home
last modified time | relevance | path

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

/f-stack/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
906 uint16_t req_type; member
976 uint16_t req_type; member
1038 uint16_t req_type; member
10074 uint16_t req_type; member
[all …]
H A Dbnxt_cpr.c251 if (fwd_cmd->req_type == HWRM_FUNC_VF_CFG) { in bnxt_handle_fwd_req()
261 if (fwd_cmd->req_type == HWRM_CFA_L2_SET_RX_MASK) { in bnxt_handle_fwd_req()
279 rte_le_to_cpu_16(fwd_cmd->req_type)); in bnxt_handle_fwd_req()
290 rte_le_to_cpu_16(fwd_cmd->req_type)); in bnxt_handle_fwd_req()
H A Dbnxt_hwrm.c112 short_input.req_type = rte_cpu_to_le_16(req->req_type); in bnxt_hwrm_send_message()
164 rte_cpu_to_le_16(req->req_type) == HWRM_VER_GET) in bnxt_hwrm_send_message()
169 req->req_type, req->seq_id); in bnxt_hwrm_send_message()
193 (req)->req_type = rte_cpu_to_le_16(type); \
306 struct hwrm_cfa_tflib_input req = { .req_type = 0 }; in bnxt_hwrm_tf_message_tunneled()
693 struct hwrm_func_qcaps_input req = {.req_type = 0 }; in __bnxt_hwrm_func_qcaps()
841 struct hwrm_vnic_qcaps_input req = {.req_type = 0 }; in bnxt_hwrm_vnic_qcaps()
872 struct hwrm_func_reset_input req = {.req_type = 0 }; in bnxt_hwrm_func_reset()
1076 struct hwrm_ver_get_input req = {.req_type = 0 }; in bnxt_hwrm_ver_get()
1658 struct hwrm_ring_free_input req = {.req_type = 0 }; in bnxt_hwrm_ring_free()
[all …]
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_mp_os.c257 enum mlx5_mp_req_type req_type) in mlx5_mp_os_req_queue_control() argument
270 mp_init_msg(&priv->mp_id, &mp_req, req_type); in mlx5_mp_os_req_queue_control()
/f-stack/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()
/f-stack/dpdk/drivers/raw/octeontx2_dma/
H A Dotx2_dpi_rawdev.h140 uint16_t req_type:2; member
/f-stack/freebsd/mips/ingenic/
H A Djz4780_aic.c338 sc->req.req_type = XR_TYPE_PHYS; in setup_xdma()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5.h1256 enum mlx5_mp_req_type req_type);