Home
last modified time | relevance | path

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

/openbmc/linux/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.c545 tx_desc->cmd_type_offset_bsz = build_ctob(cmd, 0, desc->len, 0); in i40e_xmit_pkt()
566 tx_desc->cmd_type_offset_bsz = build_ctob(cmd, 0, desc[i].len, 0); in i40e_xmit_pkt_batch()
H A Di40e_txrx.c143 build_ctob(td_cmd, 0, I40E_FDIR_MAX_RAW_PACKET_SIZE, 0); in i40e_program_fdir_filter()
3668 build_ctob(td_cmd, td_offset, in i40e_tx_map()
3690 tx_desc->cmd_type_offset_bsz = build_ctob(td_cmd, td_offset, in i40e_tx_map()
3736 build_ctob(td_cmd, td_offset, size, td_tag); in i40e_tx_map()
3866 build_ctob(I40E_TX_DESC_CMD_ICRC, 0, size, 0); in i40e_xmit_xdp_ring()
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c11 static inline __le64 build_ctob(u32 td_cmd, u32 td_offset, unsigned int size, in build_ctob() function
2321 build_ctob(td_cmd, td_offset, in iavf_tx_map()
2342 tx_desc->cmd_type_offset_bsz = build_ctob(td_cmd, td_offset, in iavf_tx_map()
2375 build_ctob(td_cmd, td_offset, size, td_tag); in iavf_tx_map()