Searched refs:ocs_hw_firmware_write (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_hw.h1309 extern ocs_hw_rtn_e ocs_hw_firmware_write(ocs_hw_t *, ocs_dma_t *, uint32_t, uint32_t, int, ocs_hw_fw_cb_t, void*);
H A Docs_ioctl.c708 ocs_hw_firmware_write(&ocs->hw, &dma, xfer_size, offset,
H A Docs_mgmt.c816 ocs_hw_firmware_write(&ocs->hw, &dma, xfer_size, offset, last, ocs_mgmt_fw_write_cb, &result);
H A Docs_hw.c5093 ocs_hw_firmware_write(ocs_hw_t *hw, ocs_dma_t *dma, uint32_t size, uint32_t offset, int last, ocs_hw_fw_cb_t cb, void *arg) function
5173 * that was malloc'd by ocs_hw_firmware_write(),

Completed in 116 milliseconds