|
@@ -144,27 +144,6 @@ union tx_info {
|
|
|
#define OCTNIC_GSO_MAX_SIZE \
|
|
|
(CN23XX_DEFAULT_INPUT_JABBER - OCTNIC_GSO_MAX_HEADER_SIZE)
|
|
|
|
|
|
-/** Structure of a node in list of gather components maintained by
|
|
|
- * NIC driver for each network device.
|
|
|
- */
|
|
|
-struct octnic_gather {
|
|
|
- /** List manipulation. Next and prev pointers. */
|
|
|
- struct list_head list;
|
|
|
-
|
|
|
- /** Size of the gather component at sg in bytes. */
|
|
|
- int sg_size;
|
|
|
-
|
|
|
- /** Number of bytes that sg was adjusted to make it 8B-aligned. */
|
|
|
- int adjust;
|
|
|
-
|
|
|
- /** Gather component that can accommodate max sized fragment list
|
|
|
- * received from the IP layer.
|
|
|
- */
|
|
|
- struct octeon_sg_entry *sg;
|
|
|
-
|
|
|
- dma_addr_t sg_dma_ptr;
|
|
|
-};
|
|
|
-
|
|
|
struct handshake {
|
|
|
struct completion init;
|
|
|
struct completion started;
|