Home
last modified time | relevance | path

Searched refs:build_ctob (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx_common.h25 * build_ctob - Builds the Tx descriptor (cmd, offset and type) qword
27 static inline __le64 build_ctob(u32 td_cmd, u32 td_offset, unsigned int size, in build_ctob() function
H A Di40e_txrx.c146 build_ctob(td_cmd, 0, I40E_FDIR_MAX_RAW_PACKET_SIZE, 0); in i40e_program_fdir_filter()
3415 build_ctob(td_cmd, td_offset, in i40e_tx_map()
3437 tx_desc->cmd_type_offset_bsz = build_ctob(td_cmd, td_offset, in i40e_tx_map()
3483 build_ctob(td_cmd, td_offset, size, td_tag); in i40e_tx_map()
3607 tx_desc->cmd_type_offset_bsz = build_ctob(I40E_TX_DESC_CMD_ICRC in i40e_xmit_xdp_ring()
H A Di40e_xsk.c478 build_ctob(I40E_TX_DESC_CMD_ICRC in i40e_xmit_zc()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx_common.h26 * build_ctob - Builds the Tx descriptor (cmd, offset and type) qword
28 static inline __le64 build_ctob(u32 td_cmd, u32 td_offset, unsigned int size, in build_ctob() function
H A Di40e_xsk.c549 tx_desc->cmd_type_offset_bsz = build_ctob(cmd, 0, desc->len, 0); in i40e_xmit_pkt()
570 tx_desc->cmd_type_offset_bsz = build_ctob(cmd, 0, desc[i].len, 0); in i40e_xmit_pkt_batch()
H A Di40e_txrx.c144 build_ctob(td_cmd, 0, I40E_FDIR_MAX_RAW_PACKET_SIZE, 0); in i40e_program_fdir_filter()
3629 build_ctob(td_cmd, td_offset, in i40e_tx_map()
3651 tx_desc->cmd_type_offset_bsz = build_ctob(td_cmd, td_offset, in i40e_tx_map()
3697 build_ctob(td_cmd, td_offset, size, td_tag); in i40e_tx_map()
3827 build_ctob(I40E_TX_DESC_CMD_ICRC, 0, size, 0); in i40e_xmit_xdp_ring()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c10 static inline __le64 build_ctob(u32 td_cmd, u32 td_offset, unsigned int size, in build_ctob() function
2305 build_ctob(td_cmd, td_offset, in iavf_tx_map()
2326 tx_desc->cmd_type_offset_bsz = build_ctob(td_cmd, td_offset, in iavf_tx_map()
2359 build_ctob(td_cmd, td_offset, size, td_tag); in iavf_tx_map()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c10 static inline __le64 build_ctob(u32 td_cmd, u32 td_offset, unsigned int size, in build_ctob() function
2320 build_ctob(td_cmd, td_offset, in iavf_tx_map()
2341 tx_desc->cmd_type_offset_bsz = build_ctob(td_cmd, td_offset, in iavf_tx_map()
2374 build_ctob(td_cmd, td_offset, size, td_tag); in iavf_tx_map()

Completed in 18 milliseconds