Lines Matching refs:tod
412 t4_rcvd_locked(struct toedev *tod, struct tcpcb *tp) in t4_rcvd_locked() argument
414 struct adapter *sc = tod->tod_softc; in t4_rcvd_locked()
436 t4_rcvd(struct toedev *tod, struct tcpcb *tp) in t4_rcvd() argument
443 t4_rcvd_locked(tod, tp); in t4_rcvd()
1244 t4_tod_output(struct toedev *tod, struct tcpcb *tp) in t4_tod_output() argument
1246 struct adapter *sc = tod->tod_softc; in t4_tod_output()
1263 t4_send_fin(struct toedev *tod, struct tcpcb *tp) in t4_send_fin() argument
1265 struct adapter *sc = tod->tod_softc; in t4_send_fin()
1284 t4_send_rst(struct toedev *tod, struct tcpcb *tp) in t4_send_rst() argument
1286 struct adapter *sc = tod->tod_softc; in t4_send_rst()
1785 t4_rcvd_locked(&toep->td->tod, tp); in do_rx_data()