Searched refs:tx_packet (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/sgi/
H A Dmeth.h8 #define TX_RING_BUFFER_SIZE (TX_RING_ENTRIES*sizeof(tx_packet))
55 typedef struct tx_packet { struct
65 } tx_packet; typedef in typeref:struct:tx_packet
H A Dmeth.c76 tx_packet *tx_ring;
610 tx_packet *desc = &priv->tx_ring[priv->tx_write];
623 tx_packet *desc = &priv->tx_ring[priv->tx_write];
648 tx_packet *desc = &priv->tx_ring[priv->tx_write];

Completed in 115 milliseconds