Searched refs:ql_rd_flash32 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/qlxgbe/
H A Dql_glbl.h89 extern int ql_rd_flash32(qla_host_t *ha, uint32_t addr, uint32_t *data);
H A Dql_misc.c219 * Name: ql_rd_flash32
223 ql_rd_flash32(qla_host_t *ha, uint32_t addr, uint32_t *data) function
265 if (ql_rd_flash32(ha, QL_FDT_OFFSET + count,
685 ql_rd_flash32(ha, flash_off, &val.data_lo);
689 ql_rd_flash32(ha, flash_off, &val.data_hi);
693 ql_rd_flash32(ha, flash_off, &val.data_ulo);
697 ql_rd_flash32(ha, flash_off, &val.data_uhi);
810 ql_rd_flash32(ha, flash_off, &mac_lo);
813 ql_rd_flash32(ha, flash_off, &mac_hi);
H A Dql_ioctl.c132 if ((rval = ql_rd_flash32(ha, u.rdf->off, &u.rdf->data)))

Completed in 67 milliseconds