Lines Matching refs:ulp_mode
188 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()
916 if (ulp_mode(toep) == ULP_MODE_NONE && /* XXX: Read TCB otherwise? */ in t4_pmtu_update()
1000 if (ulp_mode(toep) == ULP_MODE_TCPDDP) in final_cpl_received()
1132 MPASS(cp->ulp_mode >= 0 && cp->ulp_mode <= M_ULP_MODE); in calc_options0()
1133 opt0 |= V_ULP_MODE(cp->ulp_mode); in calc_options0()
1202 MPASS(cp->ulp_mode != ULP_MODE_TCPDDP); in calc_options2()
1310 cp->ulp_mode = ULP_MODE_NONE; in init_conn_params()
2219 if (ulp_mode(toep) == ULP_MODE_TCPDDP || in t4_aio_queue_tom()
2220 ulp_mode(toep) == ULP_MODE_NONE) { in t4_aio_queue_tom()