Searched refs:enetc_tx_bd (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc.c | 155 union enetc_tx_bd temp_bd; in enetc_map_tx_buffs() 157 union enetc_tx_bd *txbd; in enetc_map_tx_buffs() 344 union enetc_tx_bd *txbd, int *i, int hdr_len, in enetc_map_tx_tso_hdr() 347 union enetc_tx_bd txbd_tmp; in enetc_map_tx_tso_hdr() 397 union enetc_tx_bd *txbd, char *data, in enetc_map_tx_tso_data() 400 union enetc_tx_bd txbd_tmp; in enetc_map_tx_tso_data() 495 union enetc_tx_bd *txbd; in enetc_map_tx_tso_buffs() 753 static void enetc_get_tx_tstamp(struct enetc_hw *hw, union enetc_tx_bd *txbd, in enetc_get_tx_tstamp() 840 union enetc_tx_bd *txbd = ENETC_TXBD(*tx_ring, i); in enetc_clean_tx_ring() 1260 union enetc_tx_bd *txbd = ENETC_TXBD(*tx_ring, i); in enetc_xdp_map_tx_buff() [all …]
|
H A D | enetc_hw.h | 533 union enetc_tx_bd { union 586 static inline void enetc_clear_tx_bd(union enetc_tx_bd *txbd) in enetc_clear_tx_bd()
|
H A D | enetc.h | 181 #define ENETC_TXBD(BDR, i) (&(((union enetc_tx_bd *)((BDR).bd_base))[i]))
|