Searched refs:build_ctob (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_txrx_common.h | 25 * 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 D | i40e_txrx.c | 146 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 D | i40e_xsk.c | 478 build_ctob(I40E_TX_DESC_CMD_ICRC in i40e_xmit_zc()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_txrx_common.h | 26 * 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 D | i40e_xsk.c | 549 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 D | i40e_txrx.c | 144 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 D | iavf_txrx.c | 10 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 D | iavf_txrx.c | 10 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