Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/em/
H A Dif_em.h315 struct e1000_tx_desc *tx_desc_base;
H A Dif_em.c654 if ((em_txd * sizeof(struct e1000_tx_desc)) % EM_DBA_ALIGN != 0 || in em_attach()
740 tsize = roundup2(adapter->num_tx_desc * sizeof(struct e1000_tx_desc), in em_attach()
1808 struct e1000_tx_desc *ctxd = NULL; in em_encap()
1997 struct e1000_tx_desc *tx_desc; in em_82547_move_tail_serialized()
2956 (sizeof(struct e1000_tx_desc)) * adapter->num_tx_desc); in em_init_tx_ring()
2975 adapter->num_tx_desc * sizeof(struct e1000_tx_desc)); in em_init_tx_unit()
3229 struct e1000_tx_desc *tx_desc; in em_txeof()
4692 struct e1000_tx_desc *txd; in em_flush_tx_ring()
/dragonfly/sys/dev/netif/emx/
H A Dif_emx.h279 struct e1000_tx_desc *tx_desc_base;
H A Dif_emx.c1697 struct e1000_tx_desc *ctxd = NULL; in emx_encap()
2343 if ((ntxd * sizeof(struct e1000_tx_desc)) % EMX_DBA_ALIGN != 0 || in emx_create_tx_ring()
2355 tsize = roundup2(tdata->num_tx_desc * sizeof(struct e1000_tx_desc), in emx_create_tx_ring()
2454 sizeof(struct e1000_tx_desc) * tdata->num_tx_desc); in emx_init_tx_ring()
2486 tdata->num_tx_desc * sizeof(struct e1000_tx_desc)); in emx_init_tx_unit()
2764 struct e1000_tx_desc *tx_desc; in emx_txeof()
4509 struct e1000_tx_desc *txd; in emx_flush_tx_ring()
/dragonfly/sys/dev/netif/igb/
H A Dif_igb.h244 struct e1000_tx_desc *tx_base;
H A Dif_igb.c1516 sizeof(struct e1000_tx_desc) - ETHER_CRC_LEN) * 2; in igb_reset()
1862 if ((ntxd * sizeof(struct e1000_tx_desc)) % IGB_DBA_ALIGN != 0 || in igb_create_tx_ring()
2051 txr->num_tx_desc * sizeof(struct e1000_tx_desc)); in igb_init_tx_unit()
/dragonfly/sys/dev/netif/ig_hal/
H A De1000_hw.h481 struct e1000_tx_desc { struct