Searched refs:t_toe (Results 1 – 8 of 8) sorted by relevance
253 tp->t_toe = toep; in offload_socket()282 struct toepcb *toep = tp->t_toe; in undo_offload_socket()299 tp->t_toe = NULL; in undo_offload_socket()375 struct toepcb *toep = tp->t_toe; in t4_pcb_detach()400 tp->t_toe = NULL; in t4_pcb_detach()415 struct toepcb *toep = tp->t_toe; in t4_ctloutput()821 struct toepcb *toep = tp->t_toe; in t4_tcp_info()834 struct toepcb *toep = tp->t_toe; in t4_alloc_tls_session()1828 struct toepcb *toep = tp->t_toe; in t4_aio_queue_tom()
308 struct toepcb *toep = tp->t_toe; in assign_rxopt()448 struct toepcb *toep = tp->t_toe; in t4_rcvd_locked()1276 struct toepcb *toep = tp->t_toe; in t4_tod_output()1295 struct toepcb *toep = tp->t_toe; in t4_send_fin()1316 struct toepcb *toep = tp->t_toe; in t4_send_rst()2062 (((struct toepcb *)(so_sototcpcb((job)->fd_file->f_data)->t_toe))->tid)2419 toep = tp->t_toe; in t4_aiotx_cancel()2436 struct toepcb *toep = tp->t_toe; in t4_aio_queue_aiotx()
2036 struct toepcb *toep = tp->t_toe; in t4_aio_cancel_active()2077 struct toepcb *toep = tp->t_toe; in t4_aio_cancel_queued()2096 struct toepcb *toep = tp->t_toe; in t4_aio_queue_ddp()
820 toep = tp->t_toe; in t4_ctloutput_tls()
863 MPASS(tp->t_toe != NULL); in icl_cxgbei_conn_handoff()864 toep = tp->t_toe; in icl_cxgbei_conn_handoff()
1125 struct toepcb *toep = tp->t_toe; in post_terminate()1255 struct toepcb *toep = tp->t_toe; in rdma_fini()1351 struct toepcb *toep = tp->t_toe; in rdma_init()
71 #define TOEPCB(so) ((struct toepcb *)(so_sototcpcb((so))->t_toe))
237 void *t_toe; /* TOE pcb pointer */ member