Searched refs:iwcqp (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/irdma/ |
| H A D | irdma_hw.c | 2350 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_del_local_mac_entry() local 2354 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_del_local_mac_entry() 2361 cqp_info->in.u.del_local_mac_entry.cqp = &iwcqp->sc_cqp; in irdma_del_local_mac_entry() 2367 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_del_local_mac_entry() 2381 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_add_local_mac_entry() local 2386 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_add_local_mac_entry() 2397 cqp_info->in.u.add_local_mac_entry.cqp = &iwcqp->sc_cqp; in irdma_add_local_mac_entry() 2402 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_add_local_mac_entry() 2419 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_alloc_local_mac_entry() local 2424 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_alloc_local_mac_entry() [all …]
|
| H A D | irdma_utils.c | 1070 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_cq_create_cmd() local 1075 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_cqp_cq_create_cmd() 1087 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_cqp_cq_create_cmd() 1101 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_qp_create_cmd() local 1107 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_cqp_qp_create_cmd() 1122 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_cqp_qp_create_cmd() 1309 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_qp_destroy_cmd() local 1314 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, true); in irdma_cqp_qp_destroy_cmd() 1665 struct irdma_cqp *iwcqp = &rf->cqp; in irdma_cqp_gather_stats_cmd() local 1670 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, wait); in irdma_cqp_gather_stats_cmd() [all …]
|