Searched refs:e1000_tx_desc (Results 1 – 8 of 8) sorted by relevance
701 struct e1000_tx_desc *tbd_area;703 struct e1000_tx_desc *tbd_first;704 struct e1000_tx_desc *tbd_last;705 struct e1000_tx_desc *tbd_oldest;706 struct e1000_tx_desc *tbd_next;
614 struct e1000_tx_desc *first_data_desc; in e1000g_fill_tx_ring()615 struct e1000_tx_desc *next_desc; in e1000g_fill_tx_ring()616 struct e1000_tx_desc *descriptor; in e1000g_fill_tx_ring()953 size = (Adapter->tx_desc_num * sizeof (struct e1000_tx_desc)); in e1000g_tx_setup()1026 struct e1000_tx_desc *descriptor; in e1000g_recycle()1651 struct e1000_tx_desc *tx_desc; in e1000g_82547_tx_move_tail_work()1742 struct e1000_tx_desc *desc; in e1000g_flush_tx_ring()
298 size = sizeof (struct e1000_tx_desc) * Adapter->tx_desc_num; in e1000g_alloc_tx_descriptors()419 tx_ring->tbd_area = (struct e1000_tx_desc *)templong; in e1000g_alloc_tx_descriptors()
93 static struct e1000_tx_desc *tx_base;3473 struct e1000_tx_desc *txhd; /* header */3474 struct e1000_tx_desc *txp; /* payload */
402 struct e1000_tx_desc { struct
528 struct e1000_tx_desc { struct
145 struct e1000_tx_desc { struct216 struct e1000_tx_desc td;
1419 sizeof (struct e1000_tx_desc) - ETHERNET_FCS_SIZE) * 2; in igb_init_adapter()