Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40e_txrx.c33 static inline __le64 build_ctob(u32 td_cmd, u32 td_offset, unsigned int size, in build_ctob() function
1808 build_ctob(td_cmd, td_offset, in i40evf_tx_map()
1827 tx_desc->cmd_type_offset_bsz = build_ctob(td_cmd, td_offset, in i40evf_tx_map()
1854 build_ctob(td_cmd, td_offset, size, td_tag) | in i40evf_tx_map()
1859 build_ctob(td_cmd, td_offset, size, td_tag) | in i40evf_tx_map()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c32 static inline __le64 build_ctob(u32 td_cmd, u32 td_offset, unsigned int size, in build_ctob() function
166 build_ctob(td_cmd, 0, I40E_FDIR_MAX_RAW_PACKET_SIZE, 0); in i40e_program_fdir_filter()
2616 build_ctob(td_cmd, td_offset, in i40e_tx_map()
2637 tx_desc->cmd_type_offset_bsz = build_ctob(td_cmd, td_offset, in i40e_tx_map()
2714 build_ctob(td_cmd, td_offset, size, td_tag) | in i40e_tx_map()