Home
last modified time | relevance | path

Searched refs:hdl (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/raw/ioat/
H A Drte_idxd_rawdev_fns.h168 const struct rte_idxd_user_hdl *hdl) in __idxd_write_desc() argument
192 if (hdl == NULL) in __idxd_write_desc()
195 idxd->hdl_ring[write_idx & mask] = *hdl; in __idxd_write_desc()
213 const struct rte_idxd_user_hdl hdl = { in __idxd_enqueue_fill() local
218 pattern, dst, length, &hdl); in __idxd_enqueue_fill()
225 const struct rte_idxd_user_hdl hdl = { in __idxd_enqueue_copy() local
231 src, dst, length, &hdl); in __idxd_enqueue_copy()
/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.h76 ice_add_prof_id_flow(struct ice_hw *hw, enum ice_block blk, u16 vsi, u64 hdl);
78 ice_rem_prof_id_flow(struct ice_hw *hw, enum ice_block blk, u16 vsi, u64 hdl);
H A Dice_flex_pipe.c4421 if (ent->profile_cookie == hdl) in ice_has_prof_vsig()
5296 if (p->profile_cookie == hdl) { in ice_rem_prof_id_vsig()
5406 map = ice_search_prof_id(hw, blk, hdl); in ice_get_prof()
5490 struct LIST_HEAD_TYPE *lst, u64 hdl) in ice_add_prof_to_lst() argument
5498 map = ice_search_prof_id(hw, blk, hdl); in ice_add_prof_to_lst()
5815 if (ice_has_prof_vsig(hw, blk, vsig, hdl)) in ice_add_prof_id_vsig()
5825 map = ice_search_prof_id(hw, blk, hdl); in ice_add_prof_id_vsig()
6016 t->profile_cookie = hdl; in ice_find_prof_vsig()
6093 status = ice_get_prof(hw, blk, hdl, &chg); in ice_add_prof_id_flow()
6226 if (ent->profile_cookie == hdl) { in ice_rem_prof_from_list()
[all …]
/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_shadow_tcam.c65 #define TF_SHADOW_TCAM_HB_HANDLE_BE_GET(hdl) (((hdl) >> 29) & \ argument
68 #define TF_SHADOW_TCAM_HB_HANDLE_HASH_GET(ctxt, hdl)((hdl) & \ argument
/dpdk/drivers/net/hns3/
H A Dhns3_intr.h179 void hns3_intr_unregister(const struct rte_intr_handle *hdl,
H A Dhns3_intr.c1984 hns3_intr_unregister(const struct rte_intr_handle *hdl, in hns3_intr_unregister() argument
1991 ret = rte_intr_callback_unregister(hdl, cb_fn, cb_arg); in hns3_intr_unregister()