Searched refs:ifpga_sec_mgr (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | ifpga_sec_mgr.h | 58 struct ifpga_sec_mgr; 61 int (*prepare)(struct ifpga_sec_mgr *smgr); 62 int (*write_blk)(struct ifpga_sec_mgr *smgr, char *buf, uint32_t offset, 64 int (*write_done)(struct ifpga_sec_mgr *smgr); 65 int (*check_complete)(struct ifpga_sec_mgr *smgr); 66 int (*reload)(struct ifpga_sec_mgr *smgr, int type, int page); 67 int (*cancel)(struct ifpga_sec_mgr *smgr); 68 void (*cleanup)(struct ifpga_sec_mgr *smgr); 69 u64 (*get_hw_errinfo)(struct ifpga_sec_mgr *smgr); 72 struct ifpga_sec_mgr { struct
|
| H A D | ifpga_fme_rsu.c | 10 static struct ifpga_sec_mgr *sec_mgr; 18 static uint32_t get_rsu_control(struct ifpga_sec_mgr *smgr) in get_rsu_control() 80 static int start_flash_update(struct ifpga_sec_mgr *smgr) in start_flash_update() 190 static int apply_flash_update(struct ifpga_sec_mgr *smgr) in apply_flash_update() 246 static int secure_update_cancel(struct ifpga_sec_mgr *smgr) in secure_update_cancel() 275 struct ifpga_sec_mgr *smgr = NULL; in fpga_update_flash() 295 smgr = (struct ifpga_sec_mgr *)fme->sec_mgr; in fpga_update_flash() 396 struct ifpga_sec_mgr *smgr = NULL; in fpga_stop_flash_update() 405 smgr = (struct ifpga_sec_mgr *)fme->sec_mgr; in fpga_stop_flash_update() 434 struct ifpga_sec_mgr *smgr = NULL; in fpga_reload() [all …]
|
| H A D | ifpga_sec_mgr.c | 153 static int n3000_cancel(struct ifpga_sec_mgr *smgr) in n3000_cancel() 182 static int n3000_prepare(struct ifpga_sec_mgr *smgr) in n3000_prepare() 243 static int n3000_write_blk(struct ifpga_sec_mgr *smgr, char *buf, in n3000_write_blk() 284 static int n3000_write_done(struct ifpga_sec_mgr *smgr) in n3000_write_done() 351 static int n3000_check_complete(struct ifpga_sec_mgr *smgr) in n3000_check_complete() 520 static int n3000_reload(struct ifpga_sec_mgr *smgr, int type, int page) in n3000_reload() 541 static uint64_t n3000_get_hw_errinfo(struct ifpga_sec_mgr *smgr) in n3000_get_hw_errinfo() 591 struct ifpga_sec_mgr *smgr = NULL; in init_sec_mgr() 596 smgr = (struct ifpga_sec_mgr *)malloc(sizeof(*smgr)); in init_sec_mgr() 630 struct ifpga_sec_mgr *smgr = NULL; in release_sec_mgr() [all …]
|
| H A D | meson.build | 16 'ifpga_sec_mgr.c',
|