Symbol: hns_roce_cmq_req
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
1847
struct hns_roce_cmq_req *req_a;
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
1849
req_a = (struct hns_roce_cmq_req *)desc[0].data;
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
1990
struct hns_roce_cmq_req *req = (struct hns_roce_cmq_req *)desc.data;
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
2010
struct hns_roce_cmq_req *r_a = (struct hns_roce_cmq_req *)desc[0].data;
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
2011
struct hns_roce_cmq_req *r_b = (struct hns_roce_cmq_req *)desc[1].data;
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
2058
struct hns_roce_cmq_req *req = (struct hns_roce_cmq_req *)desc.data;
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
2146
struct hns_roce_cmq_req *r_a = (struct hns_roce_cmq_req *)desc[0].data;
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
2147
struct hns_roce_cmq_req *r_b = (struct hns_roce_cmq_req *)desc[1].data;
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
2210
struct hns_roce_cmq_req *req = (struct hns_roce_cmq_req *)desc.data;
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
2587
struct hns_roce_cmq_req *req = (struct hns_roce_cmq_req *)desc.data;
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
2752
struct hns_roce_cmq_req *r_a = (struct hns_roce_cmq_req *)desc[0].data;
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
2753
struct hns_roce_cmq_req *r_b = (struct hns_roce_cmq_req *)desc[1].data;
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
4357
struct hns_roce_cmq_req *req = (struct hns_roce_cmq_req *)desc.data;
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
6636
struct hns_roce_cmq_req *req = (struct hns_roce_cmq_req *)desc.data;
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
6654
struct hns_roce_cmq_req *req = (struct hns_roce_cmq_req *)desc.data;
drivers/infiniband/hw/hns/hns_roce_hw_v2.h
1303
#define CMQ_REQ_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_cmq_req, h, l)