Searched defs:resp_res (Results 1 – 2 of 2) sorted by relevance
149 struct resp_res { struct150 int type;151 int replay;152 u32 first_psn;153 u32 last_psn;154 u32 cur_psn;155 enum rdatm_res_state state;157 union {
86 int resp_res = 0; in qtnf_cmd_send_with_reply() local