Lines Matching defs:tod
251 tp->tod = &td->tod;
291 tp->tod = NULL;
379 t4_pcb_detach(struct toedev *tod __unused, struct tcpcb *tp)
405 tp->tod = NULL;
418 t4_ctloutput(struct toedev *tod, struct tcpcb *tp, int dir, int name)
420 struct adapter *sc = tod->tod_softc;
839 t4_tcp_info(struct toedev *tod, const struct tcpcb *tp, struct tcp_info *ti)
841 struct adapter *sc = tod->tod_softc;
852 t4_alloc_tls_session(struct toedev *tod, struct tcpcb *tp,
904 t4_pmtu_update(struct toedev *tod, struct tcpcb *tp, tcp_seq seq, int mtu)
1899 struct toedev *tod;
1943 tod = &td->tod;
1944 init_toedev(tod);
1945 tod->tod_softc = sc;
1946 tod->tod_connect = t4_connect;
1947 tod->tod_listen_start = t4_listen_start;
1948 tod->tod_listen_stop = t4_listen_stop;
1949 tod->tod_rcvd = t4_rcvd;
1950 tod->tod_output = t4_tod_output;
1951 tod->tod_send_rst = t4_send_rst;
1952 tod->tod_send_fin = t4_send_fin;
1953 tod->tod_pcb_detach = t4_pcb_detach;
1954 tod->tod_l2_update = t4_l2_update;
1955 tod->tod_syncache_added = t4_syncache_added;
1956 tod->tod_syncache_removed = t4_syncache_removed;
1957 tod->tod_syncache_respond = t4_syncache_respond;
1958 tod->tod_offload_socket = t4_offload_socket;
1959 tod->tod_ctloutput = t4_ctloutput;
1960 tod->tod_tcp_info = t4_tcp_info;
1962 tod->tod_alloc_tls_session = t4_alloc_tls_session;
1964 tod->tod_pmtu_update = t4_pmtu_update;
1968 SETTOEDEV(vi->ifp, &td->tod);
2300 if (tp->t_flags & TF_TOE && tp->tod == &td->tod)