Searched refs:TW_UINT8 (Results 1 – 13 of 13) sorted by relevance
| /trueos/sys/dev/twa/ |
| HD | tw_cl_fwif.h | 210 TW_UINT8 res1__opcode; /* 3:5 */ 211 TW_UINT8 size; 212 TW_UINT8 request_id; 213 TW_UINT8 res2; 214 TW_UINT8 status; 215 TW_UINT8 flags; 228 TW_UINT8 sgl_off__opcode;/* 3:5 */ 229 TW_UINT8 size; 230 TW_UINT8 request_id; 231 TW_UINT8 unit; [all …]
|
| HD | tw_cl.h | 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. */ 136 TW_UINT8 get_more_aens; /* More AEN's need to be retrieved. */ 137 TW_UINT8 reset_needed; /* Controller needs a soft reset. */ 138 TW_UINT8 reset_in_progress; /* Controller is being reset. */ 139 TW_UINT8 reset_phase1_in_progress; /* In 'phase 1' of reset. */ 147 TW_UINT8 *internal_req_data;/* internal req data buf */ 246 tw_cli_req_q_init(struct tw_cli_ctlr_context *ctlr, TW_UINT8 q_type) in tw_cli_req_q_init() 256 tw_cli_req_q_insert_head(struct tw_cli_req_context *req, TW_UINT8 q_type) in tw_cli_req_q_insert_head() [all …]
|
| HD | tw_cl_share.h | 146 TW_UINT8 is_io; /* Only freeze/release simq for IOs */ 154 TW_UINT8 *cdb; /* ptr to SCSI cdb */ 157 TW_UINT8 *sense_data; /* ptr to sense data, if any */ 160 TW_UINT8 *sg_list; /* ptr to SG list */ 166 TW_UINT8 *cmd_pkt; /* ptr to passthru cmd pkt */ 169 TW_UINT8 *sg_list; /* ptr to SG list */ 201 TW_UINT8 severity; 202 TW_UINT8 retrieved; 203 TW_UINT8 repeat_count; 204 TW_UINT8 parameter_len; [all …]
|
| HD | tw_osl.h | 129 TW_UINT8 open; 220 tw_osli_req_q_init(struct twa_softc *sc, TW_UINT8 q_type) in tw_osli_req_q_init() 230 tw_osli_req_q_insert_head(struct tw_osli_req_context *req, TW_UINT8 q_type) in tw_osli_req_q_insert_head() 242 tw_osli_req_q_insert_tail(struct tw_osli_req_context *req, TW_UINT8 q_type) in tw_osli_req_q_insert_tail() 254 tw_osli_req_q_remove_head(struct twa_softc *sc, TW_UINT8 q_type) in tw_osli_req_q_remove_head() 275 tw_osli_req_q_remove_item(struct tw_osli_req_context *req, TW_UINT8 q_type) in tw_osli_req_q_remove_item()
|
| HD | tw_cl_misc.c | 485 TW_UINT8 queue_event, TW_UINT8 event_src, TW_UINT16 event_code, in tw_cl_create_event() 486 TW_UINT8 severity, TW_UINT8 *severity_str, TW_UINT8 *event_desc, in tw_cl_create_event() 487 TW_UINT8 *event_specific_desc, ...) in tw_cl_create_event() 537 (TW_UINT8)(tw_osl_strlen(event->parameter_data)); in tw_cl_create_event() 627 tw_cli_dbg_printf(TW_UINT8 dbg_level, in tw_cli_dbg_printf() 666 TW_UINT8 num_ports = 0; in tw_cli_notify_ctlr_info() 944 TW_UINT8 *cdb; in tw_cl_print_req_info() 980 cdb = (TW_UINT8 *)(cmd9k->cdb); in tw_cl_print_req_info()
|
| HD | tw_cl_io.c | 119 cmd->unit = (TW_UINT8)(scsi_req->unit); in tw_cl_start_io() 270 TW_UINT8 opcode; in tw_cl_fw_passthru() 271 TW_UINT8 sgl_offset; in tw_cl_fw_passthru() 298 if ((opcode = GET_OPCODE(((TW_UINT8 *) in tw_cl_fw_passthru() 322 (TW_UINT8)(TW_CL_SWAP16(req->request_id)); in tw_cl_fw_passthru() 755 cmd->param.request_id = (TW_UINT8)(TW_CL_SWAP16(req->request_id)); in tw_cli_get_param() 775 param->parameter_id = (TW_UINT8)(param_id); in tw_cli_get_param() 872 cmd->param.request_id = (TW_UINT8)(TW_CL_SWAP16(req->request_id)); in tw_cli_set_param() 892 param->parameter_id = (TW_UINT8)(param_id); in tw_cli_set_param() 1337 cmd9k->cdb[0] = (TW_UINT8)cmd; in tw_cli_send_scsi_cmd()
|
| HD | tw_cl_init.c | 256 TW_UINT8 *free_non_dma_mem; in tw_cl_init_ctlr() 298 free_non_dma_mem = (TW_UINT8 *)non_dma_mem; in tw_cl_init_ctlr() 334 ctlr->internal_req_data = (TW_UINT8 *) in tw_cl_init_ctlr() 658 (TW_UINT8)(TW_CL_SWAP16(req->request_id)); in tw_cli_init_connection()
|
| HD | tw_osl_types.h | 51 typedef unsigned char TW_UINT8; typedef
|
| HD | tw_cl_ioctl.h | 71 TW_UINT8 driver_version[32];/* driver version */
|
| HD | tw_cl_externs.h | 154 extern TW_VOID tw_cli_dbg_printf(TW_UINT8 dbg_level,
|
| HD | tw_cl_intr.c | 440 TW_UINT8 *cdb; in tw_cli_scsi_complete() 473 cdb = (TW_UINT8 *)(cmd->cdb); in tw_cli_scsi_complete()
|
| HD | tw_osl_freebsd.c | 225 static TW_UINT8 first_ctlr = 1; in twa_probe() 1326 pt_req->sg_list = (TW_UINT8 *)segs; in twa_map_load_data_callback() 1349 scsi_req->sg_list = (TW_UINT8 *)segs; in twa_map_load_data_callback()
|
| HD | tw_osl_cam.c | 256 scsi_req->sense_data = (TW_UINT8 *)(&csio->sense_data); in tw_osli_execute_scsi()
|