Home
last modified time | relevance | path

Searched defs:ipg_nic_private (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/icplus/
Dipg.h710 struct ipg_nic_private { struct
711 void __iomem *ioaddr;
712 struct ipg_tx *txd;
713 struct ipg_rx *rxd;
714 dma_addr_t txd_map;
715 dma_addr_t rxd_map;
716 struct sk_buff *tx_buff[IPG_TFDLIST_LENGTH];
717 struct sk_buff *rx_buff[IPG_RFDLIST_LENGTH];
718 unsigned int tx_current;
719 unsigned int tx_dirty;
[all …]