Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/freescale/enetc/
Denetc.c53 static bool enetc_tx_csum(struct sk_buff *skb, union enetc_tx_bd *txbd) in enetc_tx_csum()
117 union enetc_tx_bd temp_bd; in enetc_map_tx_buffs()
118 union enetc_tx_bd *txbd; in enetc_map_tx_buffs()
365 static void enetc_get_tx_tstamp(struct enetc_hw *hw, union enetc_tx_bd *txbd, in enetc_get_tx_tstamp()
412 union enetc_tx_bd *txbd; in enetc_clean_tx_ring()
851 err = enetc_dma_alloc_bdr(txr, sizeof(union enetc_tx_bd)); in enetc_alloc_txbdr()
870 size = txr->bd_count * sizeof(union enetc_tx_bd); in enetc_free_txbdr()
Denetc_hw.h477 union enetc_tx_bd { union
517 static inline void enetc_clear_tx_bd(union enetc_tx_bd *txbd) in enetc_clear_tx_bd()
Denetc.h109 #define ENETC_TXBD(BDR, i) (&(((union enetc_tx_bd *)((BDR).bd_base))[i]))