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