Searched refs:tc_opcode (Results 1 – 3 of 3) sorted by relevance
197 tc->tc_opcode = TWE_OP_WRITE | (tc->tc_size << 5); in ld_twe_dobio()199 tc->tc_opcode = TWE_OP_READ | (tc->tc_size << 5); in ld_twe_dobio()290 tc->tc_opcode = TWE_OP_FLUSH; in ld_twe_flush()
879 tc->tc_opcode = TWE_OP_GET_PARAM | (tc->tc_size << 5); in twe_aen_get()1142 tc->tc_opcode = TWE_OP_GET_PARAM | (tc->tc_size << 5); in twe_param_get()1205 tc->tc_opcode = TWE_OP_SET_PARAM | (tc->tc_size << 5); in twe_param_set()1249 tc->tc_opcode = TWE_OP_INIT_CONNECTION; in twe_init_connection()1535 switch (tc->tc_opcode >> 5) { in twe_ccb_map()1823 tu->tu_cmd.tc_opcode, tu->tu_cmd.tc_status); in tweioctl()
159 u_int8_t tc_opcode; /* high 3 bits is S/G list offset */ member