Searched refs:mfTable (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_main.c696 for (macIdx = 0; macIdx < dp->mfTable.bufLen; macIdx += 6) {
697 if (memcmp(&dp->mfTable.buf[macIdx], macaddr, 6) == 0) {
706 if (add && macIdx < dp->mfTable.bufLen) {
712 if (!add && macIdx == dp->mfTable.bufLen) {
722 allocSize = dp->mfTable.bufLen + (add ? 6 : -6);
728 (void) memcpy(newMfTable.buf, dp->mfTable.buf,
729 dp->mfTable.bufLen);
730 (void) memcpy(newMfTable.buf + dp->mfTable.bufLen,
733 (void) memcpy(newMfTable.buf, dp->mfTable.buf,
736 dp->mfTable
[all...]
H A Dvmxnet3.h154 vmxnet3_dmabuf_t mfTable; member in struct:vmxnet3_softc_t

Completed in 58 milliseconds