Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/hw/irdma/
H A Dutils.c979 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_cq_create_cmd() local
984 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_cqp_cq_create_cmd()
995 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_cqp_cq_create_cmd()
1008 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_qp_create_cmd() local
1029 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_cqp_qp_create_cmd()
1237 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_qp_destroy_cmd() local
1643 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_gather_stats_cmd() local
1680 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_stats_inst_cmd() local
1702 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_cqp_stats_inst_cmd()
1777 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_ws_node_cmd() local
[all …]
H A Dhw.c2196 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_del_local_mac_entry() local
2207 cqp_info->in.u.del_local_mac_entry.cqp = &iwcqp->sc_cqp; in irdma_del_local_mac_entry()
2213 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_del_local_mac_entry()
2226 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_add_local_mac_entry() local
2242 cqp_info->in.u.add_local_mac_entry.cqp = &iwcqp->sc_cqp; in irdma_add_local_mac_entry()
2246 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_add_local_mac_entry()
2262 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_alloc_local_mac_entry() local
2274 cqp_info->in.u.alloc_local_mac_entry.cqp = &iwcqp->sc_cqp; in irdma_alloc_local_mac_entry()
2280 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_alloc_local_mac_entry()
2461 struct irdma_cqp *iwcqp = &iwdev->rf->cqp; in irdma_manage_qhash() local
[all …]