Searched defs:resp_res (Results 1 – 2 of 2) sorted by relevance
135 struct resp_res { struct136 int type;137 int replay;138 u32 first_psn;139 u32 last_psn;140 u32 cur_psn;141 enum rdatm_res_state state;143 union {
86 int resp_res = 0; in qtnf_cmd_send_with_reply() local