PERFORCE change 130936 for review

Kip Macy kmacy at FreeBSD.org
Fri Dec 14 20:25:40 PST 2007


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

Change 130936 by kmacy at kmacy:storage:toestack on 2007/12/15 04:25:28

	export listen_ctx lookup function

Affected files ...

.. //depot/projects/toestack/sys/dev/cxgb/cxgb_offload.h#8 edit

Differences ...

==== //depot/projects/toestack/sys/dev/cxgb/cxgb_offload.h#8 (text+ko) ====

@@ -99,6 +99,7 @@
 		     void *ctx);
 void *cxgb_free_atid(struct t3cdev *dev, int atid);
 void cxgb_free_stid(struct t3cdev *dev, int stid);
+void *cxgb_get_lctx(struct t3cdev *tdev, int stid);
 void cxgb_insert_tid(struct t3cdev *dev, struct cxgb_client *client,
 		      void *ctx,
 	unsigned int tid);


More information about the p4-projects mailing list