summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe/adapter.h
diff options
context:
space:
mode:
authornp <np@FreeBSD.org>2012-10-10 16:52:39 +0000
committernp <np@FreeBSD.org>2012-10-10 16:52:39 +0000
commit83aa88517ca874ca46e9f752787e2d515dc22b87 (patch)
tree07bf592e1c0d554337142ef47e0689d333ba54b6 /sys/dev/cxgbe/adapter.h
parent34debbc87e9c47e2ddd94fe8c497460ba1f49d6f (diff)
downloadFreeBSD-src-83aa88517ca874ca46e9f752787e2d515dc22b87.zip
FreeBSD-src-83aa88517ca874ca46e9f752787e2d515dc22b87.tar.gz
Remove unused item. cxgbe's rx queue's lock was removed a long time ago.
MFC after: 3 days
Diffstat (limited to 'sys/dev/cxgbe/adapter.h')
-rw-r--r--sys/dev/cxgbe/adapter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/cxgbe/adapter.h b/sys/dev/cxgbe/adapter.h
index 71f0fe9..9320273 100644
--- a/sys/dev/cxgbe/adapter.h
+++ b/sys/dev/cxgbe/adapter.h
@@ -282,7 +282,6 @@ struct sge_iq {
bus_dma_tag_t desc_tag;
bus_dmamap_t desc_map;
bus_addr_t ba; /* bus address of descriptor ring */
- char lockname[16];
uint32_t flags;
uint16_t abs_id; /* absolute SGE id for the iq */
int8_t intr_pktc_idx; /* packet count threshold index */
OpenPOWER on IntegriCloud