Home
last modified time | relevance | path

Searched refs:_ctx (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/scsi/cxlflash/
Dsuperpipe.h89 #define ENCODE_CTXID(_ctx, _id) (((((u64)_ctx) & 0xFFFFFFFF0ULL) << 28) | _id) argument
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_cmdbuf.c183 #define for_each_cmdbuf_ctx(_man, _i, _ctx) \ argument
184 for (_i = 0, _ctx = &(_man)->ctx[0]; (_i) < SVGA_CB_CONTEXT_MAX; \
185 ++(_i), ++(_ctx))
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dsysfs.c162 static int create_sysfs_entry(void *_ctx, struct mlx4_ib_iov_sysfs_attr *_dentry, in create_sysfs_entry() argument
175 vdentry->ctx = _ctx; in create_sysfs_entry()
/linux-4.4.14/drivers/net/wireless/orinoco/
Dorinoco_usb.c321 static void ezusb_request_timerfn(u_long _ctx) in ezusb_request_timerfn() argument
323 struct request_context *ctx = (void *) _ctx; in ezusb_request_timerfn()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dath9k.h425 #define ath_for_each_chanctx(_sc, _ctx) \ argument