Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.c231 union enetc_tx_bd temp_bd; in enetc_map_tx_buffs()
233 union enetc_tx_bd *txbd; in enetc_map_tx_buffs()
463 union enetc_tx_bd *txbd, int *i, int hdr_len, in enetc_map_tx_tso_hdr()
466 union enetc_tx_bd txbd_tmp; in enetc_map_tx_tso_hdr()
520 union enetc_tx_bd *txbd, char *data, in enetc_map_tx_tso_data()
523 union enetc_tx_bd txbd_tmp; in enetc_map_tx_tso_data()
649 union enetc_tx_bd txbd_tmp, *txbd; in enetc_lso_map_hdr()
733 union enetc_tx_bd txbd_tmp, *txbd = NULL; in enetc_lso_map_data()
843 union enetc_tx_bd *txbd; in enetc_map_tx_tso_buffs()
1108 static void enetc_get_tx_tstamp(struct enetc_hw *hw, union enetc_tx_bd *txbd, in enetc_get_tx_tstamp()
[all …]
H A Denetc_hw.h559 union enetc_tx_bd { union
628 static inline void enetc_clear_tx_bd(union enetc_tx_bd *txbd) in enetc_clear_tx_bd()
H A Denetc.h214 #define ENETC_TXBD(BDR, i) (&(((union enetc_tx_bd *)((BDR).bd_base))[i]))