Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/freescale/enetc/
Denetc.c195 union enetc_tx_bd temp_bd; in enetc_map_tx_buffs()
197 union enetc_tx_bd *txbd; in enetc_map_tx_buffs()
427 union enetc_tx_bd *txbd, int *i, int hdr_len, in enetc_map_tx_tso_hdr()
430 union enetc_tx_bd txbd_tmp; in enetc_map_tx_tso_hdr()
484 union enetc_tx_bd *txbd, char *data, in enetc_map_tx_tso_data()
487 union enetc_tx_bd txbd_tmp; in enetc_map_tx_tso_data()
613 union enetc_tx_bd txbd_tmp, *txbd; in enetc_lso_map_hdr()
697 union enetc_tx_bd txbd_tmp, *txbd = NULL; in enetc_lso_map_data()
807 union enetc_tx_bd *txbd; in enetc_map_tx_tso_buffs()
1072 static void enetc_get_tx_tstamp(struct enetc_hw *hw, union enetc_tx_bd *txbd, in enetc_get_tx_tstamp()
[all …]
Denetc_hw.h555 union enetc_tx_bd { union
624 static inline void enetc_clear_tx_bd(union enetc_tx_bd *txbd) in enetc_clear_tx_bd()
Denetc.h201 #define ENETC_TXBD(BDR, i) (&(((union enetc_tx_bd *)((BDR).bd_base))[i]))