Home
last modified time | relevance | path

Searched refs:enetc_bdr (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.c94 static struct enetc_bdr *enetc_rx_ring_from_xdp_tx_ring(struct enetc_ndev_priv *priv, in enetc_rx_ring_from_xdp_tx_ring()
95 struct enetc_bdr *tx_ring) in enetc_rx_ring_from_xdp_tx_ring()
119 static void enetc_unmap_tx_buff(struct enetc_bdr *tx_ring, in enetc_unmap_tx_buff()
136 static void enetc_free_tx_frame(struct enetc_bdr *tx_ring, in enetc_free_tx_frame()
155 static void enetc_update_tx_ring_tail(struct enetc_bdr *tx_ring) in enetc_update_tx_ring_tail()
221 static void enetc_unwind_tx_frame(struct enetc_bdr *tx_ring, int count, int i) in enetc_unwind_tx_frame()
322 static int enetc_map_tx_buffs(struct enetc_bdr *tx_ring, struct sk_buff *skb) in enetc_map_tx_buffs()
500 static int enetc_map_tx_tso_hdr(struct enetc_bdr *tx_ring, struct sk_buff *skb, in enetc_map_tx_tso_hdr()
557 static int enetc_map_tx_tso_data(struct enetc_bdr *tx_ring, struct sk_buff *skb, in enetc_map_tx_tso_data()
623 static void enetc_tso_complete_csum(struct enetc_bdr *tx_ring, struct tso_t *tso, in enetc_tso_complete_csum()
[all …]
H A Denetc.h148 struct enetc_bdr { struct
185 static inline void enetc_bdr_idx_inc(struct enetc_bdr *bdr, int *i) in enetc_bdr_idx_inc() argument
191 static inline int enetc_bd_unused(struct enetc_bdr *bdr) in enetc_bd_unused()
199 static inline int enetc_swbd_unused(struct enetc_bdr *bdr) in enetc_swbd_unused()
225 static inline union enetc_rx_bd *enetc_rxbd(struct enetc_bdr *rx_ring, int i) in enetc_rxbd()
235 static inline void enetc_rxbd_next(struct enetc_bdr *rx_ring, in enetc_rxbd_next()
387 struct enetc_bdr rx_ring;
388 struct enetc_bdr tx_ring[] __counted_by(count_tx_rings);
457 struct enetc_bdr **xdp_tx_ring;
458 struct enetc_bdr *tx_ring[16];
[all …]