Home
last modified time | relevance | path

Searched refs:tw_cl_command_packet (Results 1 – 9 of 9) sorted by relevance

/dflybsd-src/sys/dev/raid/twa/
H A Dtw_osl_ioctl.h68 struct tw_cl_command_packet cmd_pkt;
87 struct tw_cl_command_packet cmd_pkt;
H A Dtw_cl_init.c222 *dma_mem_size = (sizeof(struct tw_cl_command_packet) * in tw_cl_get_mem_requirements()
294 (sizeof(struct tw_cl_command_packet) * in tw_cl_init_ctlr()
331 ctlr->cmd_pkt_buf = (struct tw_cl_command_packet *)dma_mem; in tw_cl_init_ctlr()
338 (sizeof(struct tw_cl_command_packet) * in tw_cl_init_ctlr()
346 (i * sizeof(struct tw_cl_command_packet)); in tw_cl_init_ctlr()
H A Dtw_cl.h100 struct tw_cl_command_packet *cmd_pkt;/* ptr to ctlr cmd pkt */
127 struct tw_cl_command_packet *cmd_pkt_buf;/* ptr to array of cmd pkts */
H A Dtw_cl_ioctl.h104 struct tw_cl_command_packet cmd_pkt;
H A Dtw_cl_fwif.h322 struct tw_cl_command_packet { struct
H A Dtw_cl_intr.c410 sizeof(struct tw_cl_command_packet)); in tw_cli_complete_io()
H A Dtw_cl_misc.c943 struct tw_cl_command_packet *cmd_pkt = req->cmd_pkt; in tw_cl_print_req_info()
H A Dtw_osl_freebsd.c951 pt_req->cmd_pkt_length = sizeof(struct tw_cl_command_packet); in tw_osli_fw_passthru()
H A Dtw_cl_io.c1293 struct tw_cl_command_packet *cmdpkt; in tw_cli_send_scsi_cmd()