Searched refs:mc_list_len (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/wireless/ti/wl1251/ |
A D | acx.c | 382 void *mc_list, u32 mc_list_len) in wl1251_acx_group_address_tbl() argument 395 acx->num_groups = mc_list_len; in wl1251_acx_group_address_tbl() 396 memcpy(acx->mac_table, mc_list, mc_list_len * ETH_ALEN); in wl1251_acx_group_address_tbl()
|
A D | acx.h | 1453 void *mc_list, u32 mc_list_len);
|
/linux/drivers/net/wireless/ti/wlcore/ |
A D | acx.c | 214 bool enable, void *mc_list, u32 mc_list_len) in wl1271_acx_group_address_tbl() argument 230 acx->num_groups = mc_list_len; in wl1271_acx_group_address_tbl() 231 memcpy(acx->mac_table, mc_list, mc_list_len * ETH_ALEN); in wl1271_acx_group_address_tbl()
|
A D | acx.h | 1042 bool enable, void *mc_list, u32 mc_list_len);
|
Completed in 20 milliseconds