Home
last modified time | relevance | path

Searched refs:tdlen (Results 1 – 5 of 5) sorted by relevance

/drivers/net/ethernet/intel/fm10k/
Dfm10k_vf.c14 u32 bal = 0, bah = 0, tdlen; in fm10k_stop_hw_vf() local
35 tdlen = hw->mac.itr_scale << FM10K_TDLEN_ITR_SCALE_SHIFT; in fm10k_stop_hw_vf()
50 fm10k_write_reg(hw, FM10K_TDLEN(i), tdlen); in fm10k_stop_hw_vf()
/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_main.c797 u32 tdba, tdlen, dctrl; in pch_gbe_configure_tx() local
805 tdlen = adapter->tx_ring->size - 0x10; in pch_gbe_configure_tx()
807 iowrite32(tdlen, &hw->reg->TX_DSC_SIZE); in pch_gbe_configure_tx()
/drivers/net/ethernet/intel/e1000e/
Dnetdev.c2927 u32 tdlen, tctl, tarc; in e1000_configure_tx() local
2931 tdlen = tx_ring->count * sizeof(struct e1000_tx_desc); in e1000_configure_tx()
2934 ew32(TDLEN(0), tdlen); in e1000_configure_tx()
3886 u32 fext_nvm11, tdlen; in e1000_flush_desc_rings() local
3894 tdlen = er32(TDLEN(0)); in e1000_flush_desc_rings()
3897 if (!(hang_state & FLUSH_DESC_REQUIRED) || !tdlen) in e1000_flush_desc_rings()
/drivers/net/ethernet/intel/ixgb/
Dixgb_main.c703 u32 tdlen = adapter->tx_ring.count * sizeof(struct ixgb_tx_desc); in ixgb_configure_tx() local
714 IXGB_WRITE_REG(hw, TDLEN, tdlen); in ixgb_configure_tx()
/drivers/net/ethernet/intel/e1000/
De1000_main.c1597 u32 tdlen, tctl, tipg; in e1000_configure_tx() local
1606 tdlen = adapter->tx_ring[0].count * in e1000_configure_tx()
1608 ew32(TDLEN, tdlen); in e1000_configure_tx()