Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_txrx.h37 struct ice_tx_buf { struct
125 struct ice_tx_buf *tx_buf;
Dice_txrx.c18 ice_unmap_and_free_tx_buf(struct ice_ring *ring, struct ice_tx_buf *tx_buf) in ice_unmap_and_free_tx_buf()
62 size = sizeof(struct ice_tx_buf) * tx_ring->count; in ice_clean_tx_ring()
112 struct ice_tx_buf *tx_buf; in ice_clean_tx_irq()
236 bi_size = sizeof(struct ice_tx_buf) * tx_ring->count; in ice_setup_tx_ring()
1171 ice_tx_map(struct ice_ring *tx_ring, struct ice_tx_buf *first, in ice_tx_map()
1179 struct ice_tx_buf *tx_buf; in ice_tx_map()
1327 int ice_tx_csum(struct ice_tx_buf *first, struct ice_tx_offload_params *off) in ice_tx_csum()
1424 ice_tx_prepare_vlan_flags(struct ice_ring *tx_ring, struct ice_tx_buf *first) in ice_tx_prepare_vlan_flags()
1473 int ice_tso(struct ice_tx_buf *first, struct ice_tx_offload_params *off) in ice_tso()
1690 struct ice_tx_buf *first; in ice_xmit_frame_ring()