Searched refs:setup_sgio_components (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/crypto/marvell/octeontx2/ |
H A D | otx2_cpt_reqmgr.h | 215 static inline int setup_sgio_components(struct pci_dev *pdev, in setup_sgio_components() function 519 if (setup_sgio_components(pdev, req->in, req->in_cnt, in otx2_sg_info_create() 525 if (setup_sgio_components(pdev, req->out, req->out_cnt, in otx2_sg_info_create()
|
/linux/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptvf_reqmgr.c | 96 static inline int setup_sgio_components(struct pci_dev *pdev, in setup_sgio_components() function 211 if (setup_sgio_components(pdev, req->in, req->incnt, in setup_sgio_list() 217 if (setup_sgio_components(pdev, req->out, req->outcnt, in setup_sgio_list()
|
/linux/drivers/crypto/cavium/cpt/ |
H A D | cptvf_reqmanager.c | 44 static int setup_sgio_components(struct cpt_vf *cptvf, struct buf_ptr *list, in setup_sgio_components() function 143 ret = setup_sgio_components(cptvf, req->in, in setup_sgio_list() 160 ret = setup_sgio_components(cptvf, req->out, in setup_sgio_list()
|