Searched refs:qm_sg_entry_is_final (Results 1 – 2 of 2) sorted by relevance
1311 !qm_sg_entry_is_final(&sgt[i - 1]) && in dpaa_release_sgt_members()1315 } while (!qm_sg_entry_is_final(&sgt[i - 1])); in dpaa_release_sgt_members()1812 if (qm_sg_entry_is_final(&sgt[i])) in sg_fd_to_skb()1842 if (qm_sg_entry_is_final(&sgt[i])) in sg_fd_to_skb()
217 static inline bool qm_sg_entry_is_final(const struct qm_sg_entry *sg) in qm_sg_entry_is_final() function