Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/freescale/enetc/
Denetc.c131 union enetc_tx_bd temp_bd; in enetc_map_tx_buffs()
133 union enetc_tx_bd *txbd; in enetc_map_tx_buffs()
462 static void enetc_get_tx_tstamp(struct enetc_hw *hw, union enetc_tx_bd *txbd, in enetc_get_tx_tstamp()
550 union enetc_tx_bd *txbd; in enetc_clean_tx_ring()
961 union enetc_tx_bd *txbd = ENETC_TXBD(*tx_ring, i); in enetc_xdp_map_tx_buff()
999 union enetc_tx_bd *txbd = ENETC_TXBD(*tx_ring, i); in enetc_xdp_tx()
1495 err = enetc_dma_alloc_bdr(txr, sizeof(union enetc_tx_bd)); in enetc_alloc_txbdr()
1514 size = txr->bd_count * sizeof(union enetc_tx_bd); in enetc_free_txbdr()
Denetc_hw.h507 union enetc_tx_bd { union
559 static inline void enetc_clear_tx_bd(union enetc_tx_bd *txbd) in enetc_clear_tx_bd()
Denetc.h155 #define ENETC_TXBD(BDR, i) (&(((union enetc_tx_bd *)((BDR).bd_base))[i]))