Searched refs:oip (Results 1 – 1 of 1) sorted by relevance
1779 const struct opcode_info_t *oip; in resp_rsup_opcodes() local1806 for (count = 0, oip = opcode_info_arr; in resp_rsup_opcodes()1807 oip->num_attached != 0xff; ++oip) { in resp_rsup_opcodes()1808 if (F_INV_OP & oip->flags) in resp_rsup_opcodes()1810 count += (oip->num_attached + 1); in resp_rsup_opcodes()1814 for (offset = 4, oip = opcode_info_arr; in resp_rsup_opcodes()1815 oip->num_attached != 0xff && offset < a_len; ++oip) { in resp_rsup_opcodes()1816 if (F_INV_OP & oip->flags) in resp_rsup_opcodes()1818 na = oip->num_attached; in resp_rsup_opcodes()1819 arr[offset] = oip->opcode; in resp_rsup_opcodes()[all …]