Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx_common.h30 static inline __le64 build_ctob(u32 td_cmd, u32 td_offset, unsigned int size, in build_ctob() function
H A Di40e_xsk.c520 tx_desc->cmd_type_offset_bsz = build_ctob(cmd, 0, desc->len, 0); in i40e_xmit_pkt()
542 tx_desc->cmd_type_offset_bsz = build_ctob(cmd, 0, desc[i].len, 0); in i40e_xmit_pkt_batch()
H A Di40e_txrx.c139 build_ctob(td_cmd, 0, I40E_FDIR_MAX_RAW_PACKET_SIZE, 0); in i40e_program_fdir_filter()
3614 build_ctob(td_cmd, td_offset, in i40e_tx_map()
3636 tx_desc->cmd_type_offset_bsz = build_ctob(td_cmd, td_offset, in i40e_tx_map()
3682 build_ctob(td_cmd, td_offset, size, td_tag); in i40e_tx_map()
3812 build_ctob(I40E_TX_DESC_CMD_ICRC, 0, size, 0); in i40e_xmit_xdp_ring()
/linux-6.15/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c32 static __le64 build_ctob(u32 td_cmd, u32 td_offset, unsigned int size, in build_ctob() function
2188 build_ctob(td_cmd, td_offset, in iavf_tx_map()
2209 tx_desc->cmd_type_offset_bsz = build_ctob(td_cmd, td_offset, in iavf_tx_map()
2242 build_ctob(td_cmd, td_offset, size, td_tag); in iavf_tx_map()