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

/freebsd-10.2-release/sys/dev/malo/
H A Dif_malohal.c897 malo_hal_setmcast(struct malo_hal *mh, int nmc, const uint8_t macs[]) argument
902 if (nmc > MALO_HAL_MCAST_MAX)
908 memcpy(cmd->maclist, macs, nmc * IEEE80211_ADDR_LEN);
909 cmd->numaddr = htole16(nmc);
H A Dif_malo.c1578 int nmc; local
1581 nmc = 0;
1592 if (nmc == MALO_HAL_MCAST_MAX) {
1600 mp += IEEE80211_ADDR_LEN, nmc++;
1604 malo_hal_setmcast(sc->malo_mh, nmc, macs);
/freebsd-10.2-release/sys/dev/mwl/
H A Dmwlhal.h408 int mwl_hal_setmcast(struct mwl_hal *mh, int nmc, const uint8_t macs[]);
H A Dmwlhal.c1164 mwl_hal_setmcast(struct mwl_hal *mh0, int nmc, const uint8_t macs[]) argument
1170 if (nmc > MWL_HAL_MCAST_MAX)
1176 memcpy(pCmd->MACList, macs, nmc*IEEE80211_ADDR_LEN);
1177 pCmd->NumOfAdrs = htole16(nmc);
H A Dif_mwl.c1803 int nmc;
1806 nmc = 0;
1810 if (nmc == MWL_HAL_MCAST_MAX ||
1816 mp += IEEE80211_ADDR_LEN, nmc++;
1820 mwl_hal_setmcast(sc->sc_mh, nmc, macs);

Completed in 66 milliseconds