Searched refs:iwcqp (Results 1 – 2 of 2) sorted by relevance
/drivers/infiniband/hw/irdma/ |
D | utils.c | 1050 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_cq_create_cmd() local 1055 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_cqp_cq_create_cmd() 1066 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_cqp_cq_create_cmd() 1079 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_qp_create_cmd() local 1085 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_cqp_qp_create_cmd() 1100 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_cqp_qp_create_cmd() 1308 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_qp_destroy_cmd() local 1313 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_cqp_qp_destroy_cmd() 1762 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_gather_stats_cmd() local 1767 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, wait); in irdma_cqp_gather_stats_cmd() [all …]
|
D | hw.c | 2198 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_del_local_mac_entry() local 2202 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_del_local_mac_entry() 2209 cqp_info->in.u.del_local_mac_entry.cqp = &iwcqp->sc_cqp; in irdma_del_local_mac_entry() 2215 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_del_local_mac_entry() 2228 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_add_local_mac_entry() local 2233 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_add_local_mac_entry() 2244 cqp_info->in.u.add_local_mac_entry.cqp = &iwcqp->sc_cqp; in irdma_add_local_mac_entry() 2248 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_add_local_mac_entry() 2264 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_alloc_local_mac_entry() local 2269 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_alloc_local_mac_entry() [all …]
|