Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/irdma/
H A Dutils.c1032 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_cq_create_cmd() local
1037 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_cqp_cq_create_cmd()
1048 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_cqp_cq_create_cmd()
1061 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_qp_create_cmd() local
1067 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_cqp_qp_create_cmd()
1081 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_cqp_qp_create_cmd()
1337 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_qp_destroy_cmd() local
1342 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_cqp_qp_destroy_cmd()
1742 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_gather_stats_cmd() local
1747 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, wait); in irdma_cqp_gather_stats_cmd()
[all …]
H A Dhw.c2259 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_del_local_mac_entry() local
2263 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_del_local_mac_entry()
2270 cqp_info->in.u.del_local_mac_entry.cqp = &iwcqp->sc_cqp; in irdma_del_local_mac_entry()
2276 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_del_local_mac_entry()
2289 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_add_local_mac_entry() local
2294 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_add_local_mac_entry()
2305 cqp_info->in.u.add_local_mac_entry.cqp = &iwcqp->sc_cqp; in irdma_add_local_mac_entry()
2309 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_add_local_mac_entry()
2325 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_alloc_local_mac_entry() local
2330 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_alloc_local_mac_entry()
[all …]