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.c1083 if (nbytes > FW_DOWNLOAD_BLOCK_SIZE)
1084 nbytes = FW_DOWNLOAD_BLOCK_SIZE;
1085 if (!mwlSendBlock(sc, FW_DOWNLOAD_BLOCK_SIZE, fp,

Completed in 68 milliseconds