Date: Sun, 4 Nov 2007 00:11:34 GMT From: Kip Macy <kmacy@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 128597 for review Message-ID: <200711040011.lA40BYB9005250@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=128597 Change 128597 by kmacy@kmacy:storage:toestack on 2007/11/04 00:11:32 add prototypes for functions returning credits to HW Affected files ... .. //depot/projects/toestack/sys/dev/cxgb/ulp/tom/cxgb_defs.h#3 edit Differences ... ==== //depot/projects/toestack/sys/dev/cxgb/ulp/tom/cxgb_defs.h#3 (text+ko) ==== @@ -14,6 +14,9 @@ void t3_init_offload_ops(void); void t3_init_wr_tab(unsigned int wr_len); int t3_push_frames(struct socket *so, int req_completion); +uint32_t t3_send_rx_credits(struct tcpcb *tp, uint32_t credits, uint32_t dack, int nofail); +void t3_cleanup_rbuf(struct tcpcb *tp); + void toepcb_hold(struct toepcb *); void toepcb_release(struct toepcb *);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711040011.lA40BYB9005250>