Home
last modified time | relevance | path

Searched refs:e1000_tx_desc (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_sw.h701 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;
H A De1000g_tx.c614 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()
H A De1000g_alloc.c298 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()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c93 static struct e1000_tx_desc *tx_base;
3473 struct e1000_tx_desc *txhd; /* header */
3474 struct e1000_tx_desc *txp; /* payload */
H A De1000_hw.h402 struct e1000_tx_desc { struct
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_hw.h528 struct e1000_tx_desc { struct
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c146 struct e1000_tx_desc { struct
217 struct e1000_tx_desc td;
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c1419 sizeof (struct e1000_tx_desc) - ETHERNET_FCS_SIZE) * 2; in igb_init_adapter()