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/
A Denetc.c133 union enetc_tx_bd temp_bd; in enetc_map_tx_buffs()
135 union enetc_tx_bd *txbd; in enetc_map_tx_buffs()
321 union enetc_tx_bd *txbd, int *i, int hdr_len, in enetc_map_tx_tso_hdr()
324 union enetc_tx_bd txbd_tmp; in enetc_map_tx_tso_hdr()
374 union enetc_tx_bd *txbd, char *data, in enetc_map_tx_tso_data()
377 union enetc_tx_bd txbd_tmp; in enetc_map_tx_tso_data()
472 union enetc_tx_bd *txbd; in enetc_map_tx_tso_buffs()
816 union enetc_tx_bd *txbd = ENETC_TXBD(*tx_ring, i); in enetc_clean_tx_ring()
1224 union enetc_tx_bd *txbd = ENETC_TXBD(*tx_ring, i); in enetc_xdp_map_tx_buff()
1262 union enetc_tx_bd *txbd = ENETC_TXBD(*tx_ring, i); in enetc_xdp_tx()
[all …]
A 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()
A Denetc.h159 #define ENETC_TXBD(BDR, i) (&(((union enetc_tx_bd *)((BDR).bd_base))[i]))

Completed in 18 milliseconds