Home
last modified time | relevance | path

Searched refs:ice_build_ctob (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_txrx_lib.h90 ice_build_ctob(u64 td_cmd, u64 td_offset, unsigned int size, u64 td_tag) in ice_build_ctob() function
H A Dice_xsk.c718 tx_desc->cmd_type_offset_bsz = ice_build_ctob(0, 0, size, 0); in ice_xmit_xdp_tx_zc()
998 tx_desc->cmd_type_offset_bsz = ice_build_ctob(xsk_is_eop_desc(desc), in ice_xmit_pkt()
1028 tx_desc->cmd_type_offset_bsz = ice_build_ctob(xsk_is_eop_desc(&descs[i]), in ice_xmit_pkt_batch()
H A Dice_txrx.c92 ice_build_ctob(td_cmd, 0, ICE_FDIR_MAX_RAW_PKT_SIZE, 0); in ice_prgm_fdir_fltr()
1653 ice_build_ctob(td_cmd, td_offset, max_data, in ice_tx_map()
1674 tx_desc->cmd_type_offset_bsz = ice_build_ctob(td_cmd, td_offset, in ice_tx_map()
1705 ice_build_ctob(td_cmd, td_offset, size, td_tag); in ice_tx_map()
H A Dice_txrx_lib.c395 tx_desc->cmd_type_offset_bsz = ice_build_ctob(0, 0, size, 0); in __ice_xmit_xdp_ring()