Home
last modified time | relevance | path

Searched refs:ULP_MODE_TCPDDP (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c656 ulp_mode(toep) == ULP_MODE_TCPDDP || in t4_push_frames()
1355 if (ulp_mode(toep) == ULP_MODE_TCPDDP) { in do_peer_close()
1706 if (ulp_mode(toep) == ULP_MODE_TCPDDP) in do_rx_data()
1717 if (ulp_mode(toep) == ULP_MODE_TCPDDP) in do_rx_data()
1748 if (ulp_mode(toep) == ULP_MODE_TCPDDP) { in do_rx_data()
1787 if (ulp_mode(toep) == ULP_MODE_TCPDDP && in do_rx_data()
1798 if (ulp_mode(toep) == ULP_MODE_TCPDDP) in do_rx_data()
H A Dt4_tom.c188 MPASS(ulp_mode(toep) != ULP_MODE_TCPDDP); in init_toepcb()
216 if (ulp_mode(toep) == ULP_MODE_TCPDDP) in free_toepcb()
358 if (ulp_mode(toep) == ULP_MODE_TCPDDP) in done_with_toepcb()
1000 if (ulp_mode(toep) == ULP_MODE_TCPDDP) in final_cpl_received()
1202 MPASS(cp->ulp_mode != ULP_MODE_TCPDDP); in calc_options2()
2219 if (ulp_mode(toep) == ULP_MODE_TCPDDP || in t4_aio_queue_tom()
H A Dt4_tls.c224 case ULP_MODE_TCPDDP: in tls_alloc_ktls()
506 ulp_mode(toep) == ULP_MODE_TCPDDP || ulp_mode(toep) == ULP_MODE_TLS, in t4_push_ktls()
H A Dt4_ddp.c1279 toep->params.ulp_mode = ULP_MODE_TCPDDP; in set_ddp_ulp_mode()
1281 V_TCB_ULP_TYPE(M_TCB_ULP_TYPE), V_TCB_ULP_TYPE(ULP_MODE_TCPDDP)); in set_ddp_ulp_mode()
2949 case ULP_MODE_TCPDDP: in t4_enable_ddp_rcv()
/freebsd/sys/dev/cxgbe/
H A Dt4_filter.c780 ULP_MODE_TCPDDP : ULP_MODE_NONE) | in set_tcamfilter()
1537 V_ULP_MODE(f->fs.nat_mode ? ULP_MODE_TCPDDP : ULP_MODE_NONE) | in mk_act_open_req6()
1581 V_ULP_MODE(f->fs.nat_mode ? ULP_MODE_TCPDDP : ULP_MODE_NONE) | in mk_act_open_req()
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h141 ULP_MODE_TCPDDP = 5 enumerator
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h233 ULP_MODE_TCPDDP = 5, enumerator