Searched defs:resp_res (Results 1 – 2 of 2) sorted by relevance
172 struct resp_res { struct173 int type;174 int replay;175 u32 first_psn;176 u32 last_psn;177 u32 cur_psn;178 enum rdatm_res_state state;180 union {
86 int resp_res = 0; in qtnf_cmd_send_with_reply() local