Searched refs:iwcqp (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/infiniband/hw/irdma/ |
| H A D | utils.c | 1033 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_cq_create_cmd() local 1038 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_cqp_cq_create_cmd() 1049 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_cqp_cq_create_cmd() 1062 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_qp_create_cmd() local 1068 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_cqp_qp_create_cmd() 1082 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_cqp_qp_create_cmd() 1338 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_qp_destroy_cmd() local 1343 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_cqp_qp_destroy_cmd() 1743 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_gather_stats_cmd() local 1748 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, wait); in irdma_cqp_gather_stats_cmd() [all …]
|
| H A D | hw.c | 2326 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_del_local_mac_entry() local 2330 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_del_local_mac_entry() 2337 cqp_info->in.u.del_local_mac_entry.cqp = &iwcqp->sc_cqp; in irdma_del_local_mac_entry() 2343 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_del_local_mac_entry() 2356 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_add_local_mac_entry() local 2361 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_add_local_mac_entry() 2372 cqp_info->in.u.add_local_mac_entry.cqp = &iwcqp->sc_cqp; in irdma_add_local_mac_entry() 2376 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_add_local_mac_entry() 2392 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_alloc_local_mac_entry() local 2397 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_alloc_local_mac_entry() [all …]
|