Searched defs:smgr (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | ifpga_fme_rsu.c | 12 static void set_rsu_control(struct ifpga_sec_mgr *smgr, uint32_t ctrl) in set_rsu_control() 18 static uint32_t get_rsu_control(struct ifpga_sec_mgr *smgr) in get_rsu_control() 25 static void set_rsu_status(struct ifpga_sec_mgr *smgr, uint32_t status, in set_rsu_status() 32 static void get_rsu_status(struct ifpga_sec_mgr *smgr, uint32_t *status, in get_rsu_status() 80 static int start_flash_update(struct ifpga_sec_mgr *smgr) in start_flash_update() 91 static int write_flash_image(struct ifpga_sec_mgr *smgr, const char *image, in write_flash_image() 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() local 396 struct ifpga_sec_mgr *smgr = NULL; in fpga_stop_flash_update() local [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() local 630 struct ifpga_sec_mgr *smgr = NULL; in release_sec_mgr() local
|