Home
last modified time | relevance | path

Searched refs:TPF_IN_TOEP_LIST (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_connect.c124 if (toep->flags & TPF_IN_TOEP_LIST) { in act_open_failure_cleanup()
125 toep->flags &= ~TPF_IN_TOEP_LIST; in act_open_failure_cleanup()
395 toep->flags |= TPF_IN_TOEP_LIST; in t4_connect()
H A Dt4_tom.c323 if (toep->flags & TPF_IN_TOEP_LIST) { in release_offload_resources()
324 toep->flags &= ~TPF_IN_TOEP_LIST; in release_offload_resources()
365 MPASS((toep->flags & TPF_IN_TOEP_LIST) == 0); in done_with_toepcb()
2051 toep->flags &= ~TPF_IN_TOEP_LIST; in stop_atids()
2089 toep->flags &= ~TPF_IN_TOEP_LIST; in stop_tids()
H A Dt4_tom.h79 TPF_IN_TOEP_LIST = (1 << 17), /* toep is in the main td->toep_list */ enumerator
H A Dt4_listen.c1128 toep->flags |= TPF_IN_TOEP_LIST; in t4_offload_socket()