Date: Sat, 15 Dec 2007 04:25:39 GMT From: Kip Macy <kmacy@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 130936 for review Message-ID: <200712150425.lBF4PdEs014948@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=130936 Change 130936 by kmacy@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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712150425.lBF4PdEs014948>