Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_ioctl.c48 static int flash_fw(struct adapter *, void *, int);
96 rc = flash_fw(sc, data, mode); in t4_ioctl()
1651 flash_fw(struct adapter *sc, void *data, int flags) in flash_fw() function
/illumos-gate/usr/src/lib/libraidcfg/common/
H A Draidcfg_spi.h364 int (*flash_fw)(uint32_t, char *, uint32_t, char **); member
H A Draidcfg.c2548 if (raid_lib->flash_fw == NULL) { in obj_controller_act()
2554 ret = raid_lib->flash_fw(attr->controller_id, in obj_controller_act()
4587 supplib->flash_fw = (int (*)(uint32_t, char *, uint32_t, char **)) in raid_plugin_load()