Home
last modified time | relevance | path

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

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