Home
last modified time | relevance | path

Searched refs:tdrop_profile_id (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_tm.c186 tdrop_profile->tdrop_profile_id = i; in ipn3ke_hw_tm_init()
290 uint32_t tdrop_profile_id) in ipn3ke_hw_tm_tdrop_profile_search() argument
294 if (tdrop_profile_id >= hw->tdrop_profile_num) in ipn3ke_hw_tm_tdrop_profile_search()
297 tdrop_profile = &hw->tdrop_profile[tdrop_profile_id]; in ipn3ke_hw_tm_tdrop_profile_search()
857 if (tdrop_profile_id == RTE_TM_WRED_PROFILE_ID_NONE) in ipn3ke_tm_tdrop_profile_check()
911 tp->tdrop_profile_id, in ipn3ke_hw_tm_tdrop_wr()
923 tp->tdrop_profile_id, in ipn3ke_hw_tm_tdrop_wr()
946 tdrop_profile_id, in ipn3ke_tm_tdrop_profile_add()
953 tp = &hw->tdrop_profile[tdrop_profile_id]; in ipn3ke_tm_tdrop_profile_add()
977 uint32_t tdrop_profile_id, struct rte_tm_error *error) in ipn3ke_tm_tdrop_profile_delete() argument
[all …]
H A Dipn3ke_ethdev.h58 uint32_t tdrop_profile_id; member