Home
last modified time | relevance | path

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

/freebsd/sys/dev/irdma/
H A Dirdma_utils.c998 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_cq_create_cmd() local
1003 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_cqp_cq_create_cmd()
1014 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_cqp_cq_create_cmd()
1028 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_qp_create_cmd() local
1034 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_cqp_qp_create_cmd()
1049 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_cqp_qp_create_cmd()
1234 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_qp_destroy_cmd() local
1239 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_cqp_qp_destroy_cmd()
1591 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_gather_stats_cmd() local
1596 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, wait); in irdma_cqp_gather_stats_cmd()
[all …]
H A Dirdma_hw.c2327 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_del_local_mac_entry() local
2331 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_del_local_mac_entry()
2338 cqp_info->in.u.del_local_mac_entry.cqp = &iwcqp->sc_cqp; in irdma_del_local_mac_entry()
2344 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_del_local_mac_entry()
2358 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_add_local_mac_entry() local
2363 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_add_local_mac_entry()
2374 cqp_info->in.u.add_local_mac_entry.cqp = &iwcqp->sc_cqp; in irdma_add_local_mac_entry()
2378 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_add_local_mac_entry()
2395 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_alloc_local_mac_entry() local
2400 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_alloc_local_mac_entry()
[all …]