Searched refs:macs (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | binding.c | 95 cmd.macs[i] = cpu_to_le32(FW_CTXT_INVALID); in iwl_mvm_binding_cmd() 97 cmd.macs[i] = cpu_to_le32(FW_CMD_ID_AND_COLOR(data->ids[i], in iwl_mvm_binding_cmd()
|
D | fw-api.h | 832 __le32 macs[MAX_MACS_IN_BINDING]; member 1370 struct iwl_fw_bcast_mac macs[NUM_MAC_INDEX_DRIVER]; member
|
D | debugfs.c | 1112 for (i = 0; i < ARRAY_SIZE(cmd.macs); i++) { in iwl_dbgfs_bcast_filters_macs_read() 1113 const struct iwl_fw_bcast_mac *mac = &cmd.macs[i]; in iwl_dbgfs_bcast_filters_macs_read() 1140 if (mac_id >= ARRAY_SIZE(cmd.macs) || in iwl_dbgfs_bcast_filters_macs_write() 1148 memcpy(&mvm->dbgfs_bcast_filtering.cmd.macs[mac_id], in iwl_dbgfs_bcast_filters_macs_write()
|
D | mac80211.c | 1917 if (WARN_ON(mvmvif->id >= ARRAY_SIZE(cmd->macs))) in iwl_mvm_bcast_filter_iterator() 1920 bcast_mac = &cmd->macs[mvmvif->id]; in iwl_mvm_bcast_filter_iterator() 1975 cmd->max_macs = ARRAY_SIZE(cmd->macs); in iwl_mvm_bcast_filter_build_cmd() 1982 memcpy(cmd->macs, &mvm->dbgfs_bcast_filtering.cmd.macs, in iwl_mvm_bcast_filter_build_cmd() 1983 sizeof(cmd->macs)); in iwl_mvm_bcast_filter_build_cmd()
|
D | d3.c | 654 binding_cmd.macs[0] = cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, in iwl_mvm_d3_reprogram() 657 binding_cmd.macs[i] = cpu_to_le32(FW_CTXT_INVALID); in iwl_mvm_d3_reprogram()
|
/linux-4.1.27/include/uapi/linux/ |
D | virtio_net.h | 178 __u8 macs[][ETH_ALEN]; member
|
/linux-4.1.27/drivers/net/ |
D | virtio_net.c | 1198 memcpy(&mac_data->macs[i++][0], ha->addr, ETH_ALEN); in virtnet_set_rx_mode() 1204 mac_data = (void *)&mac_data->macs[uc_count][0]; in virtnet_set_rx_mode() 1209 memcpy(&mac_data->macs[i++][0], ha->addr, ETH_ALEN); in virtnet_set_rx_mode()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.h | 556 struct list_head macs; member
|
D | bnx2x_sp.c | 3268 list_for_each_entry(elem, &o->registry.exact_match.macs, link) { in bnx2x_mcast_handle_restore_cmd_e1() 3379 if (!list_empty(&o->registry.exact_match.macs)) in bnx2x_mcast_refresh_registry_e1() 3397 &o->registry.exact_match.macs); in bnx2x_mcast_refresh_registry_e1() 3400 elem = list_first_entry(&o->registry.exact_match.macs, in bnx2x_mcast_refresh_registry_e1() 3404 INIT_LIST_HEAD(&o->registry.exact_match.macs); in bnx2x_mcast_refresh_registry_e1() 3645 INIT_LIST_HEAD(&mcast_obj->registry.exact_match.macs); in bnx2x_init_mcast_obj()
|
/linux-4.1.27/drivers/macintosh/ |
D | Kconfig | 268 blue LEDs "vu-meter" of the XServer macs.
|