Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/infiniband/hw/irdma/
Dutils.c1024 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_cq_create_cmd() local
1029 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_cqp_cq_create_cmd()
1040 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_cqp_cq_create_cmd()
1053 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_qp_create_cmd() local
1059 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_cqp_qp_create_cmd()
1074 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_cqp_qp_create_cmd()
1282 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_qp_destroy_cmd() local
1287 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_cqp_qp_destroy_cmd()
1872 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_gather_stats_cmd() local
1877 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, wait); in irdma_cqp_gather_stats_cmd()
[all …]
Dhw.c2153 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_del_local_mac_entry() local
2157 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_del_local_mac_entry()
2164 cqp_info->in.u.del_local_mac_entry.cqp = &iwcqp->sc_cqp; in irdma_del_local_mac_entry()
2170 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_del_local_mac_entry()
2183 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_add_local_mac_entry() local
2188 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_add_local_mac_entry()
2199 cqp_info->in.u.add_local_mac_entry.cqp = &iwcqp->sc_cqp; in irdma_add_local_mac_entry()
2203 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_add_local_mac_entry()
2219 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_alloc_local_mac_entry() local
2224 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_alloc_local_mac_entry()
[all …]