Lines Matching refs:pmac_id
265 u32 old_pmac_id = adapter->pmac_id[0], curr_pmac_id = 0; in be_mac_addr_set()
287 adapter->if_handle, &adapter->pmac_id[0], 0); in be_mac_addr_set()
289 curr_pmac_id = adapter->pmac_id[0]; in be_mac_addr_set()
294 if (adapter->pmac_id[0] != old_pmac_id) in be_mac_addr_set()
1514 adapter->pmac_id[i], 0); in be_set_uc_list()
1524 &adapter->pmac_id[adapter->uc_macs], 0); in be_set_uc_list()
1534 adapter->pmac_id[i], 0); in be_clear_uc_list()
1586 be_cmd_pmac_del(adapter, vf_cfg->if_handle, vf_cfg->pmac_id, in be_set_vf_mac()
1590 &vf_cfg->pmac_id, vf + 1); in be_set_vf_mac()
3399 adapter->pmac_id[0], 0); in be_disable_if_filters()
3550 &adapter->pmac_id[0], 0); in be_enable_if_filters()
3681 &vf_cfg->pmac_id, vf + 1); in be_vf_eth_addr_config()
3705 status = be_cmd_get_active_mac(adapter, vf_cfg->pmac_id, in be_vfs_mac_query()
3731 vf_cfg->pmac_id, vf + 1); in be_vf_clear()
3842 kfree(adapter->pmac_id); in be_clear()
3843 adapter->pmac_id = NULL; in be_clear()
3904 vf_cfg->pmac_id = -1; in be_vf_setup_init()
4232 adapter->pmac_id = kcalloc(be_max_uc(adapter), in be_get_config()
4233 sizeof(*adapter->pmac_id), GFP_KERNEL); in be_get_config()
4234 if (!adapter->pmac_id) in be_get_config()