Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/enetc/
H A 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()
367 static void enetc_get_tx_tstamp(struct enetc_hw *hw, union enetc_tx_bd *txbd, in enetc_get_tx_tstamp()
418 union enetc_tx_bd *txbd; in enetc_clean_tx_ring()
862 err = enetc_dma_alloc_bdr(txr, sizeof(union enetc_tx_bd)); in enetc_alloc_txbdr()
881 size = txr->bd_count * sizeof(union enetc_tx_bd); in enetc_free_txbdr()
H A Denetc_hw.h492 union enetc_tx_bd { union
532 static inline void enetc_clear_tx_bd(union enetc_tx_bd *txbd) in enetc_clear_tx_bd()
H A Denetc.h110 #define ENETC_TXBD(BDR, i) (&(((union enetc_tx_bd *)((BDR).bd_base))[i]))