Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2491 int ql_poll_flash(ql_adapter_state_t *, uint32_t, uint8_t);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c11251 rval = ql_poll_flash(ha, addr, data); in ql_program_flash_address()
11322 rval = ql_poll_flash(ha, 0, 0x80); in ql_erase_flash()
11353 rval = ql_poll_flash(ha, 0, 0x80); in ql_erase_flash()
11381 ql_poll_flash(ql_adapter_state_t *ha, uint32_t addr, uint8_t poll_data) in ql_poll_flash() function
H A Dql_xioctl.c5557 rval = ql_poll_flash(ha, addr, data); in ql_program_flash_address()