Searched refs:_ctx (Results 1 – 5 of 5) sorted by relevance
89 #define ENCODE_CTXID(_ctx, _id) (((((u64)_ctx) & 0xFFFFFFFF0ULL) << 28) | _id) argument
183 #define for_each_cmdbuf_ctx(_man, _i, _ctx) \ argument184 for (_i = 0, _ctx = &(_man)->ctx[0]; (_i) < SVGA_CB_CONTEXT_MAX; \185 ++(_i), ++(_ctx))
162 static int create_sysfs_entry(void *_ctx, struct mlx4_ib_iov_sysfs_attr *_dentry, in create_sysfs_entry() argument175 vdentry->ctx = _ctx; in create_sysfs_entry()
321 static void ezusb_request_timerfn(u_long _ctx) in ezusb_request_timerfn() argument323 struct request_context *ctx = (void *) _ctx; in ezusb_request_timerfn()
425 #define ath_for_each_chanctx(_sc, _ctx) \ argument