Searched refs:iwcqp (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/drivers/infiniband/hw/irdma/ |
D | utils.c | 1027 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_cq_create_cmd() local 1032 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_cqp_cq_create_cmd() 1043 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_cqp_cq_create_cmd() 1057 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_qp_create_cmd() local 1063 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_cqp_qp_create_cmd() 1078 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_cqp_qp_create_cmd() 1288 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_qp_destroy_cmd() local 1293 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_cqp_qp_destroy_cmd() 1881 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_gather_stats_cmd() local 1886 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, wait); in irdma_cqp_gather_stats_cmd() [all …]
|
D | hw.c | 2167 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_del_local_mac_entry() local 2171 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_del_local_mac_entry() 2178 cqp_info->in.u.del_local_mac_entry.cqp = &iwcqp->sc_cqp; in irdma_del_local_mac_entry() 2184 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_del_local_mac_entry() 2197 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_add_local_mac_entry() local 2202 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_add_local_mac_entry() 2213 cqp_info->in.u.add_local_mac_entry.cqp = &iwcqp->sc_cqp; in irdma_add_local_mac_entry() 2217 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_add_local_mac_entry() 2233 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_alloc_local_mac_entry() local 2238 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_alloc_local_mac_entry() [all …]
|