Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/tws/
Dtws_hdm.h287 struct tws_command_header { struct
312 u_int8_t padding[1024 - sizeof(struct tws_command_header)]; argument
331 struct tws_command_header hdr;
393 struct tws_command_header *hdr;
Dtws_cam.c70 struct tws_command_header *hdr);
72 struct tws_command_header *hdr);
378 struct tws_command_header *sense; in tws_aen_complete()
387 sense = (struct tws_command_header *)req->data; in tws_aen_complete()
465 struct tws_command_header *hdr; in tws_err_complete()
519 tws_scsi_err_complete(struct tws_request *req, struct tws_command_header *hdr) in tws_scsi_err_complete()
575 struct tws_command_header *hdr) in tws_passthru_err_complete()
579 memcpy(&(req->cmd_pkt->hdr), hdr, sizeof(struct tws_command_header)); in tws_passthru_err_complete()
Dtws_hdm.c325 sizeof( struct tws_command_header)); i++) { in tws_submit_command()
Dtws.c692 sizeof(struct tws_command_header) + in tws_init_reqs()