Home
last modified time | relevance | path

Searched refs:mac_data (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c6318 u32 mac_data; in e1000e_s0ix_entry_flow() local
6324 mac_data = er32(H2ME); in e1000e_s0ix_entry_flow()
6325 mac_data |= E1000_H2ME_START_DPG; in e1000e_s0ix_entry_flow()
6326 mac_data &= ~E1000_H2ME_EXIT_DPG; in e1000e_s0ix_entry_flow()
6327 trace_e1000e_trace_mac_register(mac_data); in e1000e_s0ix_entry_flow()
6328 ew32(H2ME, mac_data); in e1000e_s0ix_entry_flow()
6353 mac_data = er32(CTRL_EXT); in e1000e_s0ix_entry_flow()
6354 mac_data |= E1000_CTRL_EXT_FORCE_SMBUS; in e1000e_s0ix_entry_flow()
6355 ew32(CTRL_EXT, mac_data); in e1000e_s0ix_entry_flow()
6370 mac_data = er32(EXTCNF_CTRL); in e1000e_s0ix_entry_flow()
[all …]
/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_main.c1618 struct dsaf_tbl_tcam_ucast_cfg mac_data; in hns_dsaf_set_mac_uc_entry() local
1658 mac_data.tbl_ucast_item_vld = 1; in hns_dsaf_set_mac_uc_entry()
1659 mac_data.tbl_ucast_mac_discard = 0; in hns_dsaf_set_mac_uc_entry()
1660 mac_data.tbl_ucast_old_en = 0; in hns_dsaf_set_mac_uc_entry()
1662 mac_data.tbl_ucast_dvc = 0; in hns_dsaf_set_mac_uc_entry()
1663 mac_data.tbl_ucast_out_port = mac_entry->port_num; in hns_dsaf_set_mac_uc_entry()
1667 hns_dsaf_tcam_uc_cfg(dsaf_dev, entry_index, &tcam_data, &mac_data); in hns_dsaf_set_mac_uc_entry()
1683 struct dsaf_tbl_tcam_ucast_cfg mac_data; in hns_dsaf_rm_mac_addr() local
1715 &mac_data); in hns_dsaf_rm_mac_addr()
1718 if (mac_entry->port_num != mac_data.tbl_ucast_out_port) in hns_dsaf_rm_mac_addr()
[all …]