Lines Matching refs:iwcqp
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()
2276 cqp_info->in.u.alloc_local_mac_entry.cqp = &iwcqp->sc_cqp; in irdma_alloc_local_mac_entry()
2282 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_alloc_local_mac_entry()
2463 struct irdma_cqp *iwcqp = &iwdev->rf->cqp; in irdma_manage_qhash() local
2469 cqp_request = irdma_alloc_and_get_cqp_request(iwcqp, wait); in irdma_manage_qhash()
2536 irdma_put_cqp_request(iwcqp, cqp_request); in irdma_manage_qhash()