Home
last modified time | relevance | path

Searched refs:check_complete (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/raw/ifpga/base/
H A Difpga_sec_mgr.h65 int (*check_complete)(struct ifpga_sec_mgr *smgr); member
H A Difpga_fme_rsu.c202 if (!smgr->ops || !smgr->ops->write_done || !smgr->ops->check_complete) in apply_flash_update()
219 ret = smgr->ops->check_complete(smgr); in apply_flash_update()
H A Difpga_sec_mgr.c580 .check_complete = n3000_check_complete,