Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_gld.c664 if (pUM->ucastTableLen == LM_MAX_UC_TABLE_SIZE) in BnxeRxRingGroupAddMac()
685 pUM->ucastTableLen++; in BnxeRxRingGroupAddMac()
708 if (pUM->ucastTableLen == 0) in BnxeRxRingGroupRemMac()
735 pUM->ucastTableLen--; in BnxeRxRingGroupRemMac()
H A Dbnxe.h655 u32_t ucastTableLen; /* number of ucast addrs in the table */ member