Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c246 tp->t_toe = toep; in offload_socket()
275 struct toepcb *toep = tp->t_toe; in undo_offload_socket()
292 tp->t_toe = NULL; in undo_offload_socket()
368 struct toepcb *toep = tp->t_toe; in t4_pcb_detach()
390 tp->t_toe = NULL; in t4_pcb_detach()
405 struct toepcb *toep = tp->t_toe; in t4_ctloutput()
819 struct toepcb *toep = tp->t_toe; in t4_tcp_info()
832 struct toepcb *toep = tp->t_toe; in t4_alloc_tls_session()
886 struct toepcb *toep = tp->t_toe; in t4_pmtu_update()
1925 struct toepcb *toep = tp->t_toe; in t4_ctloutput_tom()
[all …]
H A Dt4_cpl_io.c298 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()
2033 toep = tp->t_toe; in jobtotid()
2403 toep = tp->t_toe; in t4_aiotx_cancel()
2420 struct toepcb *toep = tp->t_toe; in t4_aio_queue_aiotx()
H A Dt4_ddp.c2736 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()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c1121 struct toepcb *toep = tp->t_toe; in post_terminate()
1251 struct toepcb *toep = tp->t_toe; in rdma_fini()
1347 struct toepcb *toep = tp->t_toe; in rdma_init()
H A Dcm.c69 #define TOEPCB(so) ((struct toepcb *)(sototcpcb((so))->t_toe))
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c1175 MPASS(tp->t_toe != NULL); in icl_cxgbei_conn_handoff()
1176 toep = tp->t_toe; in icl_cxgbei_conn_handoff()
/freebsd/sys/netinet/
H A Dtcp_var.h429 void *t_toe; /* TOE pcb pointer */ member