Home
last modified time | relevance | path

Searched refs:FW_DOWNLOAD_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl_reg.h76 #define FW_DOWNLOAD_BLOCK_SIZE 256 macro
H A Dmwl.c1090 if (nbytes > FW_DOWNLOAD_BLOCK_SIZE) in mwl_fwload()
1091 nbytes = FW_DOWNLOAD_BLOCK_SIZE; in mwl_fwload()
1092 if (!mwlSendBlock(sc, FW_DOWNLOAD_BLOCK_SIZE, fp, in mwl_fwload()