Home
last modified time | relevance | path

Searched refs:tw_cl_command_header (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/sys/dev/raid/twa/
H A Dtw_cl_intr.c438 struct tw_cl_command_header *cmd_hdr; in tw_cli_scsi_complete()
592 struct tw_cl_command_header *cmd_hdr; in tw_cli_aen_callback()
593 cmd_hdr = (struct tw_cl_command_header *) in tw_cli_aen_callback()
648 struct tw_cl_command_header *cmd_hdr; in tw_cli_manage_aen()
656 cmd_hdr = (struct tw_cl_command_header *)(req->data); in tw_cli_manage_aen()
H A Dtw_cl_fwif.h278 struct tw_cl_command_header { struct
302 TW_UINT8 padding[1024 - sizeof(struct tw_cl_command_header)]; argument
323 struct tw_cl_command_header cmd_hdr;
H A Dtw_cl_io.c185 (TW_UINT32)(req->cmd_pkt_phys + sizeof(struct tw_cl_command_header)), 4); in tw_cli_submit_cmd()
226 (TW_UINT32)(((TW_UINT64)(req->cmd_pkt_phys + sizeof(struct tw_cl_command_header)))>>32), 4); in tw_cli_submit_cmd()
232 (TW_UINT32)(req->cmd_pkt_phys + sizeof(struct tw_cl_command_header)), 4); in tw_cli_submit_cmd()
235 (TW_UINT32)(((TW_UINT64)(req->cmd_pkt_phys + sizeof(struct tw_cl_command_header)))>>32), 4); in tw_cli_submit_cmd()
239 (TW_UINT32)(req->cmd_pkt_phys + sizeof(struct tw_cl_command_header)), 4); in tw_cli_submit_cmd()
299 (pt_req->cmd_pkt))[sizeof(struct tw_cl_command_header)])) in tw_cl_fw_passthru()
H A Dtw_cl_misc.c360 struct tw_cl_command_header *cmd_hdr; in tw_cli_drain_aen_queue()
601 sizeof(struct tw_cl_command_header) + in tw_cli_get_request()