]> Git Repo - linux.git/blobdiff - drivers/net/ethernet/xilinx/ll_temac.h
Merge remote-tracking branch 'spi/for-5.14' into spi-linus
[linux.git] / drivers / net / ethernet / xilinx / ll_temac.h
index 53fb8141f1a673e7e2be3a25d0873d8d26451eab..4a73127e10a6818e7bff044e4a37b97432002323 100644 (file)
@@ -369,18 +369,20 @@ struct temac_local {
        /* Buffer descriptors */
        struct cdmac_bd *tx_bd_v;
        dma_addr_t tx_bd_p;
+       u32 tx_bd_num;
        struct cdmac_bd *rx_bd_v;
        dma_addr_t rx_bd_p;
+       u32 rx_bd_num;
        int tx_bd_ci;
-       int tx_bd_next;
        int tx_bd_tail;
        int rx_bd_ci;
        int rx_bd_tail;
 
        /* DMA channel control setup */
-       u32 tx_chnl_ctrl;
-       u32 rx_chnl_ctrl;
+       u8 coalesce_count_tx;
+       u8 coalesce_delay_tx;
        u8 coalesce_count_rx;
+       u8 coalesce_delay_rx;
 
        struct delayed_work restart_work;
 };
This page took 0.035549 seconds and 4 git commands to generate.