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