Searched refs:build_ctob (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_txrx_common.h | 30 static inline __le64 build_ctob(u32 td_cmd, u32 td_offset, unsigned int size, in build_ctob() function
|
| H A D | i40e_xsk.c | 520 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 D | i40e_txrx.c | 140 build_ctob(td_cmd, 0, I40E_FDIR_MAX_RAW_PACKET_SIZE, 0); in i40e_program_fdir_filter() 3611 build_ctob(td_cmd, td_offset, in i40e_tx_map() 3633 tx_desc->cmd_type_offset_bsz = build_ctob(td_cmd, td_offset, in i40e_tx_map() 3679 build_ctob(td_cmd, td_offset, size, td_tag); in i40e_tx_map() 3809 build_ctob(I40E_TX_DESC_CMD_ICRC, 0, size, 0); in i40e_xmit_xdp_ring()
|
| /linux/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_txrx.c | 32 static __le64 build_ctob(u32 td_cmd, u32 td_offset, unsigned int size, in build_ctob() function 2191 build_ctob(td_cmd, td_offset, in iavf_tx_map() 2212 tx_desc->cmd_type_offset_bsz = build_ctob(td_cmd, td_offset, in iavf_tx_map() 2245 build_ctob(td_cmd, td_offset, size, td_tag); in iavf_tx_map()
|