PERFORCE change 128597 for review

Kip Macy kmacy at FreeBSD.org
Sat Nov 3 17:11:35 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=128597

Change 128597 by kmacy at 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 *);


More information about the p4-projects mailing list