Searched refs:qm_sg_entry_is_final (Results 1 – 2 of 2) sorted by relevance
1372 !qm_sg_entry_is_final(&sgt[i - 1]) && in dpaa_release_sgt_members()1376 } while (!qm_sg_entry_is_final(&sgt[i - 1])); in dpaa_release_sgt_members()1694 !qm_sg_entry_is_final(&sgt[i - 1]); i++) { in dpaa_cleanup_tx_fd()1884 if (qm_sg_entry_is_final(&sgt[i])) in sg_fd_to_skb()1913 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