Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_tm.c120 if (!tdrop_profile) { in ipn3ke_hw_tm_init()
129 hw->tdrop_profile = tdrop_profile; in ipn3ke_hw_tm_init()
183 for (i = 0, tdrop_profile = hw->tdrop_profile; in ipn3ke_hw_tm_init()
185 i++, tdrop_profile++) { in ipn3ke_hw_tm_init()
187 tdrop_profile->n_users = 0; in ipn3ke_hw_tm_init()
188 tdrop_profile->valid = 0; in ipn3ke_hw_tm_init()
297 tdrop_profile = &hw->tdrop_profile[tdrop_profile_id]; in ipn3ke_hw_tm_tdrop_profile_search()
298 if (tdrop_profile->valid) in ipn3ke_hw_tm_tdrop_profile_search()
299 return tdrop_profile; in ipn3ke_hw_tm_tdrop_profile_search()
1686 if (n->tdrop_profile && n->tdrop_profile->valid) { in ipn3ke_hw_tm_node_wr()
[all …]
H A Dipn3ke_ethdev.h89 struct ipn3ke_tm_tdrop_profile *tdrop_profile; member
296 struct ipn3ke_tm_tdrop_profile *tdrop_profile; member