Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Aug 2018 03:36:09 +0000 (UTC)
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r337679 - head/sys/dev/cxgbe/iw_cxgbe
Message-ID:  <201808120336.w7C3a9xU067216@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: np
Date: Sun Aug 12 03:36:09 2018
New Revision: 337679
URL: https://svnweb.freebsd.org/changeset/base/337679

Log:
  Remove unused stuff from iw_cxgbe.h

Modified:
  head/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h

Modified: head/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
==============================================================================
--- head/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h	Sun Aug 12 03:22:28 2018	(r337678)
+++ head/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h	Sun Aug 12 03:36:09 2018	(r337679)
@@ -978,20 +978,4 @@ u32 c4iw_get_qpid(struct c4iw_rdev *rdev, struct c4iw_
 void c4iw_put_qpid(struct c4iw_rdev *rdev, u32 qid,
 		struct c4iw_dev_ucontext *uctx);
 void c4iw_ev_dispatch(struct c4iw_dev *dev, struct t4_cqe *err_cqe);
-void __iomem *c4iw_bar2_addrs(struct c4iw_rdev *rdev, unsigned int qid,
-		enum t4_bar2_qtype qtype,
-		unsigned int *pbar2_qid, u64 *pbar2_pa);
-extern struct cxgb4_client t4c_client;
-extern c4iw_handler_func c4iw_handlers[NUM_CPL_CMDS];
-
-#if defined(__i386__) || defined(__amd64__)
-#define L1_CACHE_BYTES 128
-#else
-#define L1_CACHE_BYTES 32
-#endif
-
-void your_reg_device(struct c4iw_dev *dev);
-
-#define SGE_CTRLQ_NUM	0
-
 #endif



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