Searched refs:nmc (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dwchar.h175 size_t nmc, size_t len, mbstate_t *__restrict ps);
/freebsd-11-stable/sys/dev/malo/
H A Dif_malohal.c888 malo_hal_setmcast(struct malo_hal *mh, int nmc, const uint8_t macs[]) argument
893 if (nmc > MALO_HAL_MCAST_MAX)
899 memcpy(cmd->maclist, macs, nmc * IEEE80211_ADDR_LEN);
900 cmd->numaddr = htole16(nmc);
H A Dif_malo.c1521 int nmc; local
1524 nmc = 0;
1540 if (nmc == MALO_HAL_MCAST_MAX) {
1548 mp += IEEE80211_ADDR_LEN, nmc++;
1553 malo_hal_setmcast(sc->malo_mh, nmc, macs);
/freebsd-11-stable/sys/dev/mwl/
H A Dmwlhal.h406 int mwl_hal_setmcast(struct mwl_hal *mh, int nmc, const uint8_t macs[]);
H A Dmwlhal.c1155 mwl_hal_setmcast(struct mwl_hal *mh0, int nmc, const uint8_t macs[]) argument
1161 if (nmc > MWL_HAL_MCAST_MAX)
1167 memcpy(pCmd->MACList, macs, nmc*IEEE80211_ADDR_LEN);
1168 pCmd->NumOfAdrs = htole16(nmc);
H A Dif_mwl.c1729 int nmc;
1732 nmc = 0;
1736 if (nmc == MWL_HAL_MCAST_MAX ||
1742 mp += IEEE80211_ADDR_LEN, nmc++;
1746 mwl_hal_setmcast(sc->sc_mh, nmc, macs);

Completed in 134 milliseconds