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

/freebsd-11.0-release/sys/dev/twa/
H A Dtw_cl_intr.c438 struct tw_cl_command_header *cmd_hdr;
574 struct tw_cl_command_header *cmd_hdr;
592 cmd_hdr = (struct tw_cl_command_header *)
648 struct tw_cl_command_header *cmd_hdr;
656 cmd_hdr = (struct tw_cl_command_header *)(req->data);
H A Dtw_cl_fwif.h278 struct tw_cl_command_header { struct
302 TW_UINT8 padding[1024 - sizeof(struct tw_cl_command_header)];
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);
226 (TW_UINT32)(((TW_UINT64)(req->cmd_pkt_phys + sizeof(struct tw_cl_command_header)))>>32), 4);
232 (TW_UINT32)(req->cmd_pkt_phys + sizeof(struct tw_cl_command_header)), 4);
235 (TW_UINT32)(((TW_UINT64)(req->cmd_pkt_phys + sizeof(struct tw_cl_command_header)))>>32), 4);
239 (TW_UINT32)(req->cmd_pkt_phys + sizeof(struct tw_cl_command_header)), 4);
299 (pt_req->cmd_pkt))[sizeof(struct tw_cl_command_header)]))
H A Dtw_cl_misc.c312 struct tw_cl_command_header *cmd_hdr;
601 sizeof(struct tw_cl_command_header) +

Completed in 160 milliseconds