Home
last modified time | relevance | path

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

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