Home
last modified time | relevance | path

Searched refs:etue_busy (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_tunnel.c92 return (entry->etue_busy); in ef10_entry_staged()
94 return (!entry->etue_busy); in ef10_entry_staged()
457 if (etcp->etc_udp_entries[entry].etue_busy != B_FALSE) { in efx_tunnel_config_udp_remove()
493 if (etcp->etc_udp_entries[i].etue_busy != B_FALSE) in efx_tunnel_table_all_available()
564 entry->etue_busy = B_TRUE; in efx_tunnel_reconfigure()
591 if (entry->etue_busy != B_FALSE) { in efx_tunnel_reconfigure()
592 entry->etue_busy = B_FALSE; in efx_tunnel_reconfigure()
625 etcp->etc_udp_entries[i].etue_busy = B_FALSE; in efx_tunnel_reconfigure()
H A Drhead_tunnel.c258 if (etc_entry->etue_busy == B_FALSE) in rhead_tunnel_reconfigure()
312 if (etc.etc_udp_entries[i].etue_busy == B_FALSE) in rhead_tunnel_reconfigure()
H A Defx_impl.h506 boolean_t etue_busy; member