Searched refs:iovec_idx (Results 1 – 1 of 1) sorted by relevance
55 #define IOVEC_IS_MAPPED(handle, iovec_idx) \ argument56 ((((handle)->iovec_status) >> ((iovec_idx) * IOVEC_STATUS_BITS)) & \58 #define IOVEC_IS_UNMAPPED(handle, iovec_idx) \ argument59 ((((handle)->iovec_status) >> ((iovec_idx) * IOVEC_STATUS_BITS)) & \61 #define IOVEC_IS_ACCESSED(handle, iovec_idx) \ argument62 ((((handle)->iovec_status) >> ((iovec_idx) * IOVEC_STATUS_BITS)) & \64 #define SET_IOVEC_MAPPED(handle, iovec_idx) \ argument66 ((iovec_idx) * IOVEC_STATUS_BITS)))67 #define SET_IOVEC_UNMAPPED(handle, iovec_idx) \ argument69 ((iovec_idx) * IOVEC_STATUS_BITS)))[all …]