Searched defs:tw_cli_ctlr_context (Results 1 – 1 of 1) sorted by relevance
124 struct tw_cli_ctlr_context { struct125 struct tw_cl_ctlr_handle *ctlr_handle; /* handle to track ctlr between127 struct tw_cli_req_context *req_ctxt_buf;/* pointer to the array of CL's129 struct tw_cl_command_packet *cmd_pkt_buf;/* ptr to array of cmd pkts */131 TW_UINT64 cmd_pkt_phys; /* phys addr of cmd_pkt_buf */133 TW_UINT32 device_id; /* controller device id */134 TW_UINT32 arch_id; /* controller architecture id */135 TW_UINT8 active; /* Initialization done, and controller is active. */136 TW_UINT8 interrupts_enabled; /* Interrupts on controller enabled. */137 TW_UINT8 internal_req_busy; /* Data buffer for internal requests in use. */[all …]