Searched refs:mc_list_len (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ti/wl1251/ |
D | acx.c | 381 void *mc_list, u32 mc_list_len) in wl1251_acx_group_address_tbl() argument 394 acx->num_groups = mc_list_len; in wl1251_acx_group_address_tbl() 395 memcpy(acx->mac_table, mc_list, mc_list_len * ETH_ALEN); in wl1251_acx_group_address_tbl()
|
D | acx.h | 1467 void *mc_list, u32 mc_list_len);
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | acx.c | 229 bool enable, void *mc_list, u32 mc_list_len) in wl1271_acx_group_address_tbl() argument 245 acx->num_groups = mc_list_len; in wl1271_acx_group_address_tbl() 246 memcpy(acx->mac_table, mc_list, mc_list_len * ETH_ALEN); in wl1271_acx_group_address_tbl()
|
D | acx.h | 1055 bool enable, void *mc_list, u32 mc_list_len);
|