HomeSort by: relevance | last modified time | path
    Searched refs:tc_opcode (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
ld_twe.c 197 tc->tc_opcode = TWE_OP_WRITE | (tc->tc_size << 5);
199 tc->tc_opcode = TWE_OP_READ | (tc->tc_size << 5);
290 tc->tc_opcode = TWE_OP_FLUSH;
twereg.h 159 u_int8_t tc_opcode; /* high 3 bits is S/G list offset */ member in struct:twe_cmd
twe.c 879 tc->tc_opcode = TWE_OP_GET_PARAM | (tc->tc_size << 5);
1142 tc->tc_opcode = TWE_OP_GET_PARAM | (tc->tc_size << 5);
1205 tc->tc_opcode = TWE_OP_SET_PARAM | (tc->tc_size << 5);
1249 tc->tc_opcode = TWE_OP_INIT_CONNECTION;
1535 switch (tc->tc_opcode >> 5) {
1821 printf("%s: TWEIO_COMMAND: tc_opcode = 0x%02x, "
1823 tu->tu_cmd.tc_opcode, tu->tu_cmd.tc_status);

Completed in 14 milliseconds