Searched refs:qm_sg_entry_is_final (Results 1 – 2 of 2) sorted by relevance
1360 !qm_sg_entry_is_final(&sgt[i - 1]) && in dpaa_release_sgt_members()1364 } while (!qm_sg_entry_is_final(&sgt[i - 1])); in dpaa_release_sgt_members()1687 !qm_sg_entry_is_final(&sgt[i - 1]); i++) { in dpaa_cleanup_tx_fd()1877 if (qm_sg_entry_is_final(&sgt[i])) in sg_fd_to_skb()1906 if (qm_sg_entry_is_final(&sgt[j])) in sg_fd_to_skb()
218 static inline bool qm_sg_entry_is_final(const struct qm_sg_entry *sg) in qm_sg_entry_is_final() function