PERFORCE change 130456 for review

Kip Macy kmacy at FreeBSD.org
Fri Dec 7 21:16:48 PST 2007


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

Change 130456 by kmacy at kmacy:storage:toestack on 2007/12/08 05:16:31

	make tp_tid unsigned int everywhere.

Affected files ...

.. //depot/projects/toestack/sys/dev/cxgb/ulp/tom/cxgb_tom.h#13 edit

Differences ...

==== //depot/projects/toestack/sys/dev/cxgb/ulp/tom/cxgb_tom.h#13 (text+ko) ====

@@ -133,6 +133,7 @@
 #define TP_ABORT_REQ_RCVD    	(1 << 6)
 #define TP_CLOSE_CON_REQUESTED	(1 << 7)
 #define TP_SYN_RCVD		(1 << 8)
+#define TP_ESTABLISHED		(1 << 9)
 
 void t3_init_tunables(struct tom_data *t);
 


More information about the p4-projects mailing list