Home
last modified time | relevance | path

Searched refs:macs (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.4/drivers/infiniband/ulp/opa_vnic/
Dopa_vnic_vema_iface.c315 struct opa_veswport_iface_macs *macs) in opa_vnic_query_mcast_macs() argument
320 start_idx = be16_to_cpu(macs->start_idx); in opa_vnic_query_mcast_macs()
321 num_macs = be16_to_cpu(macs->num_macs_in_msg); in opa_vnic_query_mcast_macs()
323 struct opa_vnic_iface_mac_entry *entry = &macs->entry[count]; in opa_vnic_query_mcast_macs()
333 macs->tot_macs_in_lst = cpu_to_be16(netdev_mc_count(adapter->netdev)); in opa_vnic_query_mcast_macs()
334 macs->num_macs_in_msg = cpu_to_be16(count); in opa_vnic_query_mcast_macs()
335 macs->gen_count = cpu_to_be16(adapter->info.vport.mc_macs_gen_count); in opa_vnic_query_mcast_macs()
347 struct opa_veswport_iface_macs *macs) in opa_vnic_query_ucast_macs() argument
352 start_idx = be16_to_cpu(macs->start_idx); in opa_vnic_query_ucast_macs()
353 num_macs = be16_to_cpu(macs->num_macs_in_msg); in opa_vnic_query_ucast_macs()
[all …]
Dopa_vnic_internal.h310 struct opa_veswport_iface_macs *macs);
312 struct opa_veswport_iface_macs *macs);
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/fw/api/
Dbinding.h85 __le32 macs[MAX_MACS_IN_BINDING]; member
106 __le32 macs[MAX_MACS_IN_BINDING]; member
Dfilter.h180 struct iwl_fw_bcast_mac macs[NUM_MAC_INDEX_DRIVER]; member
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dbinding.c105 cmd.macs[i] = cpu_to_le32(FW_CTXT_INVALID); in iwl_mvm_binding_cmd()
107 cmd.macs[i] = cpu_to_le32(FW_CMD_ID_AND_COLOR(data->ids[i], in iwl_mvm_binding_cmd()
Ddebugfs.c1516 for (i = 0; i < ARRAY_SIZE(cmd.macs); i++) { in iwl_dbgfs_bcast_filters_macs_read()
1517 const struct iwl_fw_bcast_mac *mac = &cmd.macs[i]; in iwl_dbgfs_bcast_filters_macs_read()
1544 if (mac_id >= ARRAY_SIZE(cmd.macs) || in iwl_dbgfs_bcast_filters_macs_write()
1552 memcpy(&mvm->dbgfs_bcast_filtering.cmd.macs[mac_id], in iwl_dbgfs_bcast_filters_macs_write()
Dmac80211.c1826 if (WARN_ON(mvmvif->id >= ARRAY_SIZE(cmd->macs))) in iwl_mvm_bcast_filter_iterator()
1829 bcast_mac = &cmd->macs[mvmvif->id]; in iwl_mvm_bcast_filter_iterator()
1884 cmd->max_macs = ARRAY_SIZE(cmd->macs); in iwl_mvm_bcast_filter_build_cmd()
1891 memcpy(cmd->macs, &mvm->dbgfs_bcast_filtering.cmd.macs, in iwl_mvm_bcast_filter_build_cmd()
1892 sizeof(cmd->macs)); in iwl_mvm_bcast_filter_build_cmd()
Dd3.c526 binding_cmd.macs[0] = cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, in iwl_mvm_d3_reprogram()
529 binding_cmd.macs[i] = cpu_to_le32(FW_CTXT_INVALID); in iwl_mvm_d3_reprogram()
/Linux-v5.4/include/uapi/linux/
Dvirtio_net.h198 __u8 macs[][ETH_ALEN]; member
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_sriov.h187 u8 macs[QED_ETH_VF_NUM_MAC_FILTERS][ETH_ALEN]; member
Dqed_sriov.c3189 if (ether_addr_equal(p_vf->shadow_config.macs[i], in qed_iov_vf_update_mac_shadow()
3191 eth_zero_addr(p_vf->shadow_config.macs[i]); in qed_iov_vf_update_mac_shadow()
3204 eth_zero_addr(p_vf->shadow_config.macs[i]); in qed_iov_vf_update_mac_shadow()
3213 if (is_zero_ether_addr(p_vf->shadow_config.macs[i])) { in qed_iov_vf_update_mac_shadow()
3214 ether_addr_copy(p_vf->shadow_config.macs[i], in qed_iov_vf_update_mac_shadow()
5065 if (ether_addr_equal(vf->shadow_config.macs[i], in qed_update_mac_for_vf_trust_change()
5067 memset(vf->shadow_config.macs[i], 0, in qed_update_mac_for_vf_trust_change()
5090 if (ether_addr_equal(vf->shadow_config.macs[i], in qed_update_mac_for_vf_trust_change()
5092 ether_addr_copy(vf->shadow_config.macs[i], in qed_update_mac_for_vf_trust_change()
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.h569 struct list_head macs; member
Dbnx2x_sp.c3732 list_for_each_entry(elem, &o->registry.exact_match.macs, link) { in bnx2x_mcast_handle_restore_cmd_e1()
3844 if (!list_empty(&o->registry.exact_match.macs)) in bnx2x_mcast_refresh_registry_e1()
3862 &o->registry.exact_match.macs); in bnx2x_mcast_refresh_registry_e1()
3865 elem = list_first_entry(&o->registry.exact_match.macs, in bnx2x_mcast_refresh_registry_e1()
3869 INIT_LIST_HEAD(&o->registry.exact_match.macs); in bnx2x_mcast_refresh_registry_e1()
4110 INIT_LIST_HEAD(&mcast_obj->registry.exact_match.macs); in bnx2x_init_mcast_obj()
/Linux-v5.4/drivers/macintosh/
DKconfig245 blue LEDs "vu-meter" of the XServer macs.
/Linux-v5.4/Documentation/admin-guide/device-mapper/
Ddm-integrity.rst229 * mac (8-bytes), all the macs in 8 metadata sectors form a
/Linux-v5.4/drivers/net/
Dvirtio_net.c1863 memcpy(&mac_data->macs[i++][0], ha->addr, ETH_ALEN); in virtnet_set_rx_mode()
1869 mac_data = (void *)&mac_data->macs[uc_count][0]; in virtnet_set_rx_mode()
1874 memcpy(&mac_data->macs[i++][0], ha->addr, ETH_ALEN); in virtnet_set_rx_mode()