Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/wilc1000/
Dhost_interface.c2569 struct set_multicast *hif_set_mc = &msg->body.multicast_info; in handle_set_mcast_filter() local
2576 wid.size = sizeof(struct set_multicast) + (hif_set_mc->cnt * ETH_ALEN); in handle_set_mcast_filter()
2582 *cur_byte++ = (hif_set_mc->enabled & 0xFF); in handle_set_mcast_filter()
2587 *cur_byte++ = (hif_set_mc->cnt & 0xFF); in handle_set_mcast_filter()
2588 *cur_byte++ = ((hif_set_mc->cnt >> 8) & 0xFF); in handle_set_mcast_filter()
2589 *cur_byte++ = ((hif_set_mc->cnt >> 16) & 0xFF); in handle_set_mcast_filter()
2590 *cur_byte++ = ((hif_set_mc->cnt >> 24) & 0xFF); in handle_set_mcast_filter()
2592 if (hif_set_mc->cnt > 0) in handle_set_mcast_filter()
2594 ((hif_set_mc->cnt) * ETH_ALEN)); in handle_set_mcast_filter()