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