Home
last modified time | relevance | path

Searched refs:free_req (Results 1 – 24 of 24) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_switch.c162 struct npc_mcam_free_entry_req free_req = { 0 }; in rvu_switch_enable() local
204 free_req.all = 1; in rvu_switch_enable()
205 rvu_mbox_handler_npc_mcam_free_entry(rvu, &free_req, &rsp); in rvu_switch_enable()
214 struct npc_mcam_free_entry_req free_req = { 0 }; in rvu_switch_disable() local
254 free_req.all = 1; in rvu_switch_disable()
256 rvu_mbox_handler_npc_mcam_free_entry(rvu, &free_req, &rsp); in rvu_switch_disable()
Drvu_npc_fs.c1084 struct npc_mcam_oper_counter_req free_req = { 0 }; in rvu_mcam_remove_counter_from_rule() local
1090 free_req.hdr.pcifunc = pcifunc; in rvu_mcam_remove_counter_from_rule()
1091 free_req.cntr = rule->cntr; in rvu_mcam_remove_counter_from_rule()
1093 rvu_mbox_handler_npc_mcam_free_counter(rvu, &free_req, &free_rsp); in rvu_mcam_remove_counter_from_rule()
/linux-6.12.1/drivers/infiniband/hw/hfi1/
Duser_sdma.c378 goto free_req; in hfi1_user_sdma_process_request()
387 goto free_req; in hfi1_user_sdma_process_request()
396 goto free_req; in hfi1_user_sdma_process_request()
409 goto free_req; in hfi1_user_sdma_process_request()
423 goto free_req; in hfi1_user_sdma_process_request()
431 goto free_req; in hfi1_user_sdma_process_request()
442 goto free_req; in hfi1_user_sdma_process_request()
466 goto free_req; in hfi1_user_sdma_process_request()
488 goto free_req; in hfi1_user_sdma_process_request()
503 goto free_req; in hfi1_user_sdma_process_request()
[all …]
/linux-6.12.1/security/keys/trusted-keys/
Dtrusted_dcp.c174 goto free_req; in do_aead_crypto()
182 free_req: in do_aead_crypto()
/linux-6.12.1/net/tls/
Dtls_device_fallback.c343 goto free_req; in tls_enc_skb()
374 free_req: in tls_enc_skb()
/linux-6.12.1/drivers/usb/gadget/function/
Df_loopback.c268 goto free_req; in loopback_complete()
285 free_req: in loopback_complete()
Df_hid.c790 goto free_req; in hidg_intout_complete()
807 free_req: in hidg_intout_complete()
/linux-6.12.1/drivers/block/xen-blkback/
Dblkback.c433 static void free_req(struct xen_blkif_ring *ring, struct pending_req *req) in free_req() function
684 free_req(ring, pending_req); in xen_blkbk_unmap_and_respond_callback()
1014 free_req(ring, pending_req); in dispatch_other_io()
1253 free_req(ring, pending_req); in __do_block_io_op()
1479 free_req(ring, pending_req); in dispatch_rw_block_io()
/linux-6.12.1/drivers/crypto/aspeed/
Daspeed-hace-crypto.c290 goto free_req; in aspeed_sk_start_sg()
326 goto free_req; in aspeed_sk_start_sg()
342 free_req: in aspeed_sk_start_sg()
/linux-6.12.1/drivers/video/fbdev/omap/
Dhwa742.c259 static inline void free_req(struct hwa742_request *req) in free_req() function
292 free_req(req); in process_pending_requests()
327 free_req(req); in request_complete()
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_pf.c1482 struct nix_lf_free_req *free_req; in otx2_init_hw_resources() local
1587 free_req = otx2_mbox_alloc_msg_nix_lf_free(mbox); in otx2_init_hw_resources()
1588 if (free_req) { in otx2_init_hw_resources()
1589 free_req->flags = NIX_LF_DISABLE_FLOWS; in otx2_init_hw_resources()
1608 struct nix_lf_free_req *free_req; in otx2_free_hw_resources() local
1667 free_req = otx2_mbox_alloc_msg_nix_lf_free(mbox); in otx2_free_hw_resources()
1668 if (free_req) { in otx2_free_hw_resources()
1669 free_req->flags = NIX_LF_DISABLE_FLOWS; in otx2_free_hw_resources()
1671 free_req->flags |= NIX_LF_DONT_FREE_TX_VTAG; in otx2_free_hw_resources()
Dotx2_common.c773 struct nix_txsch_free_req *free_req; in otx2_txschq_free_one() local
778 free_req = otx2_mbox_alloc_msg_nix_txsch_free(&pfvf->mbox); in otx2_txschq_free_one()
779 if (!free_req) { in otx2_txschq_free_one()
786 free_req->schq_lvl = lvl; in otx2_txschq_free_one()
787 free_req->schq = schq; in otx2_txschq_free_one()
Dcn10k_macsec.c75 goto free_req; in cn10k_ecb_aes_encrypt()
89 free_req: in cn10k_ecb_aes_encrypt()
/linux-6.12.1/drivers/infiniband/ulp/iser/
Diser_initiator.c196 goto free_req; in iser_alloc_login_buf()
217 free_req: in iser_alloc_login_buf()
/linux-6.12.1/drivers/scsi/
Dhptiop.c709 static void free_req(struct hptiop_hba *hba, struct hptiop_request *req) in free_req() function
773 free_req(hba, &hba->reqs[tag]); in hptiop_finish_scsi_req()
1029 free_req(hba, _req); in hptiop_queuecommand_lck()
1453 free_req(hba, &hba->reqs[i]); in hptiop_probe()
/linux-6.12.1/fs/smb/server/
Dauth.c1181 goto free_req; in ksmbd_crypt_message()
1217 free_req: in ksmbd_crypt_message()
/linux-6.12.1/drivers/crypto/marvell/cesa/
Dhash.c1210 goto free_req; in mv_cesa_ahmac_setkey()
1227 free_req: in mv_cesa_ahmac_setkey()
/linux-6.12.1/drivers/scsi/esas2r/
Desas2r_ioctl.c139 goto free_req; in do_fm_api()
175 free_req: in do_fm_api()
/linux-6.12.1/crypto/
Dtestmgr.c3952 goto free_req; in do_test_kpp()
3958 goto free_req; in do_test_kpp()
4067 free_req: in do_test_kpp()
4144 goto free_req; in test_akcipher_one()
4291 free_req: in test_akcipher_one()
/linux-6.12.1/drivers/accel/qaic/
Dqaic_data.c420 goto free_req; in qaic_map_one_slice()
429 free_req: in qaic_map_one_slice()
/linux-6.12.1/net/9p/
Dclient.c299 goto free_req; in p9_tag_alloc()
345 free_req: in p9_tag_alloc()
/linux-6.12.1/drivers/block/
Dublk_drv.c351 goto free_req; in ublk_report_zones()
362 free_req: in ublk_report_zones()
/linux-6.12.1/drivers/cpufreq/
Dintel_pstate.c3271 goto free_req; in intel_cpufreq_cpu_init()
3289 free_req: in intel_cpufreq_cpu_init()
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.c3914 goto free_req; in brcmf_notify_sched_scan_results()
3918 goto free_req; in brcmf_notify_sched_scan_results()
3922 free_req: in brcmf_notify_sched_scan_results()