Searched refs:idpf_size_to_txd_count (Results 1 – 2 of 2) sorted by relevance
941 * idpf_size_to_txd_count - Get number of descriptors needed for large Tx frag948 static inline u32 idpf_size_to_txd_count(unsigned int size) in idpf_size_to_txd_count() function 1039 unsigned int idpf_size_to_txd_count(unsigned int size);
2276 /* We only need to use the idpf_size_to_txd_count check if the in idpf_tx_desc_count_required() 2281 count += idpf_size_to_txd_count(size); in idpf_tx_desc_count_required() 2290 count = idpf_size_to_txd_count(skb->len); in idpf_tx_desc_count_required()