Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/irdma/
Dutils.c1025 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_cq_create_cmd() local
1030 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_cqp_cq_create_cmd()
1041 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_cqp_cq_create_cmd()
1054 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_qp_create_cmd() local
1060 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_cqp_qp_create_cmd()
1075 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_cqp_qp_create_cmd()
1283 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_qp_destroy_cmd() local
1288 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_cqp_qp_destroy_cmd()
1873 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_gather_stats_cmd() local
1878 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, wait); in irdma_cqp_gather_stats_cmd()
[all …]
Dhw.c2158 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_del_local_mac_entry() local
2162 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_del_local_mac_entry()
2169 cqp_info->in.u.del_local_mac_entry.cqp = &iwcqp->sc_cqp; in irdma_del_local_mac_entry()
2175 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_del_local_mac_entry()
2188 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_add_local_mac_entry() local
2193 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_add_local_mac_entry()
2204 cqp_info->in.u.add_local_mac_entry.cqp = &iwcqp->sc_cqp; in irdma_add_local_mac_entry()
2208 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_add_local_mac_entry()
2224 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_alloc_local_mac_entry() local
2229 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_alloc_local_mac_entry()
[all …]