Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_xioctl.h440 int ql_load_fcode(ql_adapter_state_t *, uint8_t *, uint32_t, uint32_t);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_ioctl.c1597 if ((rval = ql_load_fcode(ha, bp, bsize, saddr)) != in ql_r_m_w_flash()
H A Dql_xioctl.c5234 } else if (ql_load_fcode(ha, bfp, bsize, 0) != QL_SUCCESS) { in ql_flash_fcode_load()
5267 ql_load_fcode(ql_adapter_state_t *ha, uint8_t *dp, uint32_t size, uint32_t addr) in ql_load_fcode() function