Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/rxe/
H A Drxe_qp.c155 qp->resp.resources = kzalloc_objs(struct resp_res, n); in alloc_rd_atomic_resources()
169 struct resp_res *res = &qp->resp.resources[i]; in free_rd_atomic_resources()
178 void free_rd_atomic_resource(struct resp_res *res) in free_rd_atomic_resource()
186 struct resp_res *res; in cleanup_rd_atomic_resources()
/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dcommands.c86 int resp_res = 0; in qtnf_cmd_send_with_reply() local
117 resp_res = le16_to_cpu(resp->result); in qtnf_cmd_send_with_reply()
134 return qtnf_cmd_resp_result_decode(resp_res); in qtnf_cmd_send_with_reply()