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.h47 ice_build_ctob(u64 td_cmd, u64 td_offset, unsigned int size, u64 td_tag) in ice_build_ctob() function
H A Dice_xsk.c473 tx_desc->cmd_type_offset_bsz = ice_build_ctob(0, 0, size, 0); in ice_xmit_xdp_tx_zc()
721 tx_desc->cmd_type_offset_bsz = ice_build_ctob(xsk_is_eop_desc(desc), in ice_xmit_pkt()
752 tx_desc->cmd_type_offset_bsz = ice_build_ctob(xsk_is_eop_desc(&descs[i]), in ice_xmit_pkt_batch()
H A Dice_txrx.c93 ice_build_ctob(td_cmd, 0, ICE_FDIR_MAX_RAW_PKT_SIZE, 0); in ice_prgm_fdir_fltr()
1448 ice_build_ctob(td_cmd, td_offset, max_data, in ice_tx_map()
1469 tx_desc->cmd_type_offset_bsz = ice_build_ctob(td_cmd, td_offset, in ice_tx_map()
1500 ice_build_ctob(td_cmd, td_offset, size, td_tag); in ice_tx_map()
H A Dice_txrx_lib.c427 tx_desc->cmd_type_offset_bsz = ice_build_ctob(0, 0, size, 0); in __ice_xmit_xdp_ring()