Home
last modified time | relevance | path

Searched refs:enetc_tx_bd (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/freescale/enetc/
Denetc.c51 static bool enetc_tx_csum(struct sk_buff *skb, union enetc_tx_bd *txbd) in enetc_tx_csum()
115 union enetc_tx_bd temp_bd; in enetc_map_tx_buffs()
116 union enetc_tx_bd *txbd; in enetc_map_tx_buffs()
307 static void enetc_get_tx_tstamp(struct enetc_hw *hw, union enetc_tx_bd *txbd, in enetc_get_tx_tstamp()
351 union enetc_tx_bd *txbd; in enetc_clean_tx_ring()
775 err = enetc_dma_alloc_bdr(txr, sizeof(union enetc_tx_bd)); in enetc_alloc_txbdr()
794 size = txr->bd_count * sizeof(union enetc_tx_bd); in enetc_free_txbdr()
Denetc_hw.h342 union enetc_tx_bd { union
378 static inline void enetc_clear_tx_bd(union enetc_tx_bd *txbd) in enetc_clear_tx_bd()
Denetc.h105 #define ENETC_TXBD(BDR, i) (&(((union enetc_tx_bd *)((BDR).bd_base))[i]))