Searched defs:tx_swbd (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc.c | 56 static struct sk_buff *enetc_tx_swbd_get_skb(struct enetc_tx_swbd *tx_swbd) in enetc_tx_swbd_get_skb() argument 65 enetc_tx_swbd_get_xdp_frame(struct enetc_tx_swbd *tx_swbd) in enetc_tx_swbd_get_xdp_frame() argument 74 struct enetc_tx_swbd *tx_swbd) in enetc_unmap_tx_buff() argument 91 enetc_free_tx_frame(struct enetc_bdr * tx_ring,struct enetc_tx_swbd * tx_swbd) enetc_free_tx_frame() argument 153 struct enetc_tx_swbd *tx_swbd; enetc_map_tx_buffs() local 343 enetc_map_tx_tso_hdr(struct enetc_bdr * tx_ring,struct sk_buff * skb,struct enetc_tx_swbd * tx_swbd,union enetc_tx_bd * txbd,int * i,int hdr_len,int data_len) enetc_map_tx_tso_hdr() argument 396 enetc_map_tx_tso_data(struct enetc_bdr * tx_ring,struct sk_buff * skb,struct enetc_tx_swbd * tx_swbd,union enetc_tx_bd * txbd,char * data,int size,bool last_bd) enetc_map_tx_tso_data() argument 494 struct enetc_tx_swbd *tx_swbd; enetc_map_tx_tso_buffs() local 779 enetc_recycle_xdp_tx_buff(struct enetc_bdr * tx_ring,struct enetc_tx_swbd * tx_swbd) enetc_recycle_xdp_tx_buff() argument 822 struct enetc_tx_swbd *tx_swbd; enetc_clean_tx_ring() local 1257 enetc_xdp_map_tx_buff(struct enetc_bdr * tx_ring,int i,struct enetc_tx_swbd * tx_swbd,int frm_len) enetc_xdp_map_tx_buff() argument 1507 struct enetc_tx_swbd *tx_swbd = &xdp_tx_arr[n]; enetc_rx_swbd_to_xdp_tx_swbd() local 2008 struct enetc_tx_swbd *tx_swbd = &tx_ring->tx_swbd[i]; enetc_free_tx_ring() local [all...] |
H A D | enetc.h | 99 struct enetc_tx_swbd *tx_swbd; member 120 struct enetc_tx_swbd *tx_swbd; member
|