Searched refs:t_toe (Results 1 – 7 of 7) sorted by relevance
252 tp->t_toe = toep; in offload_socket()276 struct toepcb *toep = tp->t_toe; in undo_offload_socket()292 tp->t_toe = NULL; in undo_offload_socket()384 struct toepcb *toep = tp->t_toe; in t4_pcb_detach()406 tp->t_toe = NULL; in t4_pcb_detach()421 struct toepcb *toep = tp->t_toe; in t4_ctloutput()835 struct toepcb *toep = tp->t_toe; in t4_tcp_info()848 struct toepcb *toep = tp->t_toe; in t4_alloc_tls_session()902 struct toepcb *toep = tp->t_toe; in t4_pmtu_update()2180 struct toepcb *toep = tp->t_toe; in t4_ctloutput_tom()[all …]
298 struct toepcb *toep = tp->t_toe; in assign_rxopt()418 struct toepcb *toep = tp->t_toe; in t4_rcvd_locked()1250 struct toepcb *toep = tp->t_toe; in t4_tod_output()1269 struct toepcb *toep = tp->t_toe; in t4_send_fin()1290 struct toepcb *toep = tp->t_toe; in t4_send_rst()2035 toep = tp->t_toe; in jobtotid()2400 toep = tp->t_toe; in t4_aiotx_cancel()2417 struct toepcb *toep = tp->t_toe; in t4_aio_queue_aiotx()
2736 struct toepcb *toep = tp->t_toe; in t4_aio_cancel_active()2777 struct toepcb *toep = tp->t_toe; in t4_aio_cancel_queued()2797 struct toepcb *toep = tp->t_toe; in t4_aio_queue_ddp()
1128 struct toepcb *toep = tp->t_toe; in post_terminate()1258 struct toepcb *toep = tp->t_toe; in rdma_fini()1354 struct toepcb *toep = tp->t_toe; in rdma_init()
69 #define TOEPCB(so) ((struct toepcb *)(sototcpcb((so))->t_toe))
1175 MPASS(tp->t_toe != NULL); in icl_cxgbei_conn_handoff()1176 toep = tp->t_toe; in icl_cxgbei_conn_handoff()
429 void *t_toe; /* TOE pcb pointer */ member