Searched refs:delay_ms (Results 1 – 3 of 3) sorted by relevance
306 uint32_t delay_ms);332 uint32_t delay_ms);
999 uint32_t delay_ms) in rte_eth_bond_link_down_prop_delay_set() argument1008 internals->link_down_delay_ms = delay_ms; in rte_eth_bond_link_down_prop_delay_set()1027 rte_eth_bond_link_up_prop_delay_set(uint16_t bonded_port_id, uint32_t delay_ms) in rte_eth_bond_link_up_prop_delay_set() argument1036 internals->link_up_delay_ms = delay_ms; in rte_eth_bond_link_up_prop_delay_set()
462 schedule_callout(struct fib_data *fd, int delay_ms) in schedule_callout() argument465 callout_reset_sbt(&fd->fd_callout, 0, SBT_1MS * delay_ms, in schedule_callout()