Searched refs:mc_list_len (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ti/wl1251/ |
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()
|
D | acx.h | 1467 void *mc_list, u32 mc_list_len);
|
/Linux-v4.19/drivers/net/wireless/ti/wlcore/ |
D | acx.c | 228 bool enable, void *mc_list, u32 mc_list_len) in wl1271_acx_group_address_tbl() argument 244 acx->num_groups = mc_list_len; in wl1271_acx_group_address_tbl() 245 memcpy(acx->mac_table, mc_list, mc_list_len * ETH_ALEN); in wl1271_acx_group_address_tbl()
|
D | acx.h | 1056 bool enable, void *mc_list, u32 mc_list_len);
|