Home
last modified time | relevance | path

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

/freebsd/sys/dev/tws/
H A Dtws_hdm.h271 struct tws_command_header { struct
296 u_int8_t padding[1024 - sizeof(struct tws_command_header)]; argument
315 struct tws_command_header hdr;
374 struct tws_command_header *hdr;
H A Dtws_cam.c68 struct tws_command_header *hdr);
70 struct tws_command_header *hdr);
358 struct tws_command_header *sense; in tws_aen_complete()
367 sense = (struct tws_command_header *)req->data; in tws_aen_complete()
444 struct tws_command_header *hdr; in tws_err_complete()
498 tws_scsi_err_complete(struct tws_request *req, struct tws_command_header *hdr) in tws_scsi_err_complete()
553 struct tws_command_header *hdr) in tws_passthru_err_complete()
557 memcpy(&(req->cmd_pkt->hdr), hdr, sizeof(struct tws_command_header)); in tws_passthru_err_complete()
H A Dtws_hdm.c320 sizeof( struct tws_command_header)); i++) { in tws_submit_command()
H A Dtws.c686 sizeof(struct tws_command_header) + in tws_init_reqs()