Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Nov 2007 01:34:42 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 128802 for review
Message-ID:  <200711080134.lA81YgxO072252@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=128802

Change 128802 by kmacy@kmacy:storage:toestack on 2007/11/08 01:33:57

	define routine for allocating toepcb

Affected files ...

.. //depot/projects/toestack/sys/dev/cxgb/ulp/tom/cxgb_defs.h#8 edit

Differences ...

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

@@ -26,6 +26,7 @@
 void t3_reset_synq(struct socket *listen_so);
 void t3_defer_reply(struct mbuf *m, struct toedev *dev, defer_handler_t handler);
 
+struct toepcb *toepcb_alloc(struct tcpcb *);
 void toepcb_hold(struct toepcb *);
 void toepcb_release(struct toepcb *);
 void toepcb_init(struct toepcb *);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711080134.lA81YgxO072252>