Home
last modified time | relevance | path

Searched refs:TWE_FIND_COMMAND (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/twe/
Dtwe.c148 cmd = TWE_FIND_COMMAND(tr); in twe_setup()
438 cmd = TWE_FIND_COMMAND(tr); in twe_startio()
496 cmd = TWE_FIND_COMMAND(tr); in twe_dump_blocks()
558 cmd = TWE_FIND_COMMAND(tr); in twe_ioctl()
791 cmd = TWE_FIND_COMMAND(tr); in twe_get_param()
886 cmd = TWE_FIND_COMMAND(tr); in twe_set_param()
934 cmd = TWE_FIND_COMMAND(tr); in twe_init_connection()
1016 TWE_Command *cmd = TWE_FIND_COMMAND(tr); in twe_completeio()
1122 cmd = TWE_FIND_COMMAND(tr); in twe_start()
1191 cmd = TWE_FIND_COMMAND(tr); in twe_done()
[all …]
Dtwevar.h106 #define TWE_FIND_COMMAND(tr) \ macro
Dtwe_freebsd.c946 TWE_Command *cmd = TWE_FIND_COMMAND(tr); in twe_setup_data_dmamap()