Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c210 KASSERT(!(toep->flags & TPF_ATTACHED), in free_toepcb()
257 toep->flags |= TPF_ATTACHED; in offload_socket()
296 toep->flags &= ~TPF_ATTACHED; in undo_offload_socket()
345 KASSERT(!(toep->flags & TPF_ATTACHED), in done_with_toepcb()
389 KASSERT(toep->flags & TPF_ATTACHED, in t4_pcb_detach()
408 toep->flags &= ~TPF_ATTACHED; in t4_pcb_detach()
1008 if (!(toep->flags & TPF_ATTACHED)) in final_cpl_received()
H A Dt4_tom.h62 TPF_ATTACHED = (1 << 0), /* a tcpcb refers to this toepcb */ enumerator
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c480 __predict_false((toep->flags & TPF_ATTACHED) == 0)) { in icl_cxgbei_tx_main()