summaryrefslogtreecommitdiffstats
path: root/sys/dev/ixgb/if_ixgb.h
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2005-05-18 07:45:08 +0000
committeralc <alc@FreeBSD.org>2005-05-18 07:45:08 +0000
commit938caf641a167ba62c487263e60bd369e54589f8 (patch)
treef4842b0a99475422fe6e34439a9e8033850c67ff /sys/dev/ixgb/if_ixgb.h
parent94c62408e0a3b72b7a5541a0a1689b2b2d07d22b (diff)
downloadFreeBSD-src-938caf641a167ba62c487263e60bd369e54589f8.zip
FreeBSD-src-938caf641a167ba62c487263e60bd369e54589f8.tar.gz
Convert to the faster bus_dmamap_load_mbuf_sg() interface.
MFC after: 1 week
Diffstat (limited to 'sys/dev/ixgb/if_ixgb.h')
-rw-r--r--sys/dev/ixgb/if_ixgb.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/ixgb/if_ixgb.h b/sys/dev/ixgb/if_ixgb.h
index 9b86f61..0a8981b 100644
--- a/sys/dev/ixgb/if_ixgb.h
+++ b/sys/dev/ixgb/if_ixgb.h
@@ -249,12 +249,6 @@ struct ixgb_buffer {
bus_dmamap_t map; /* bus_dma map for packet */
};
-struct ixgb_q {
- bus_dmamap_t map; /* bus_dma map for packet */
- int nsegs; /* # of segments/descriptors */
- bus_dma_segment_t segs[IXGB_MAX_SCATTER];
-};
-
/*
* Bus dma allocation structure used by ixgb_dma_malloc and ixgb_dma_free.
*/
OpenPOWER on IntegriCloud