Home
last modified time | relevance | path

Searched refs:t_toe (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/sys/dev/cxgbe/tom/
H A Dt4_tom.c253 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()
H A Dt4_cpl_io.c308 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()
H A Dt4_ddp.c2036 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()
H A Dt4_tls.c820 toep = tp->t_toe; in t4_ctloutput_tls()
/freebsd-13.1/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c863 MPASS(tp->t_toe != NULL); in icl_cxgbei_conn_handoff()
864 toep = tp->t_toe; in icl_cxgbei_conn_handoff()
/freebsd-13.1/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c1125 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()
H A Dcm.c71 #define TOEPCB(so) ((struct toepcb *)(so_sototcpcb((so))->t_toe))
/freebsd-13.1/sys/netinet/
H A Dtcp_var.h237 void *t_toe; /* TOE pcb pointer */ member