Home
last modified time | relevance | path

Searched defs:resp_res (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/infiniband/sw/rxe/
Drxe_verbs.h172 struct resp_res { struct
173 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 {
/linux-6.15/drivers/net/wireless/quantenna/qtnfmac/
Dcommands.c86 int resp_res = 0; in qtnf_cmd_send_with_reply() local