Searched refs:_rq (Results 1 – 4 of 4) sorted by relevance
1042 #define rq_for_each_segment(bvl, _rq, _iter) \ argument1043 __rq_for_each_bio(_iter.bio, _rq) \1046 #define rq_for_each_bvec(bvl, _rq, _iter) \ argument1047 __rq_for_each_bio(_iter.bio, _rq) \
342 #define assert_capture_list_is_null(_rq) GEM_BUG_ON((_rq)->capture_list) argument344 #define clear_capture_list(_rq) ((_rq)->capture_list = NULL) argument352 #define clear_capture_list(_rq) do {} while (0) argument888 #define clear_batch_ptr(_rq) ((_rq)->batch = NULL) argument
123 unsafe extern "C" fn complete_callback(_rq: *mut bindings::request) {} in complete_callback()
483 static inline u64 name##_rq(struct bcmasp_intf *intf, u32 off) \
Completed in 18 milliseconds