Home
last modified time | relevance | path

Searched refs:TWE_Command (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/sys/dev/twe/
H A Dtwe.c123 TWE_Command *cmd; in twe_setup()
403 TWE_Command *cmd; in twe_startio()
487 TWE_Command *cmd; in twe_dump_blocks()
524 TWE_Command *cmd; in twe_ioctl()
771 TWE_Command *cmd; in twe_get_param()
865 TWE_Command *cmd; in twe_set_param()
924 TWE_Command *cmd; in twe_init_connection()
1111 TWE_Command *cmd; in twe_start()
1173 TWE_Command *cmd; in twe_done()
1583 TWE_Command *cmd; in twe_get_request()
[all …]
H A Dtwevar.h107 (TWE_Command *)((u_int8_t *)(tr)->tr_sc->twe_cmd + \
108 ((tr)->tr_tag * sizeof(TWE_Command)))
110 ((tr)->tr_tag * sizeof(TWE_Command)))
H A Dtweio.h41 TWE_Command tu_command; /* command ready for the controller */
H A Dtwe_freebsd.c275 sizeof(TWE_Command) * in twe_attach()
295 sizeof(TWE_Command) * TWE_Q_LENGTH, in twe_attach()
297 bzero(sc->twe_cmd, sizeof(TWE_Command) * TWE_Q_LENGTH); in twe_attach()
946 TWE_Command *cmd = TWE_FIND_COMMAND(tr); in twe_setup_data_dmamap()
H A Dtwereg.h329 } TWE_Command; typedef