Searched defs:tw_osli_req_context (Results 1 – 1 of 1) sorted by relevance
93 struct tw_osli_req_context { struct94 struct tw_cl_req_handle req_handle;/* tag to track req b/w OSL & CL */95 struct lock ioctl_wake_timeout_lock_handle;/* non-spin lock used to detect ioctl timeout */96 struct lock *ioctl_wake_timeout_lock;/* ptr to above lock */97 struct twa_softc *ctlr; /* ptr to OSL's controller context */98 TW_VOID *data; /* ptr to data being passed to CL */99 TW_UINT32 length; /* length of buf being passed to CL */100 TW_UINT64 deadline;/* request timeout (in absolute time) */127 struct tw_osli_req_context *req_ctx_buf; argument