Searched refs:E1000_ETQF (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/ |
| H A D | e1000_regs.h | 108 #define E1000_ETQF(_n) (0x05CB0 + (4 * (_n))) /* EType Queue Fltr */ macro
|
| H A D | igb_ptp.c | 1121 wr32(E1000_ETQF(IGB_ETQF_FILTER_1588), in igb_ptp_set_timestamp_mode() 1126 wr32(E1000_ETQF(IGB_ETQF_FILTER_1588), 0); in igb_ptp_set_timestamp_mode()
|
| H A D | igb_ethtool.c | 2714 etqf = rd32(E1000_ETQF(i)); in igb_rxnfc_write_etype_filter() 2726 wr32(E1000_ETQF(i), etqf); in igb_rxnfc_write_etype_filter() 2808 u32 etqf = rd32(E1000_ETQF(reg_index)); in igb_clear_etype_filter_regs() 2814 wr32(E1000_ETQF(reg_index), etqf); in igb_clear_etype_filter_regs()
|
| /OK3568_Linux_fs/external/dpdk/pcie/e1000/ |
| H A D | igb_ethdev.c | 4788 E1000_WRITE_REG(hw, E1000_ETQF(ret), etqf); in igb_add_del_ethertype_filter() 5048 E1000_WRITE_REG(hw, E1000_ETQF(E1000_ETQF_FILTER_1588), in igb_timesync_enable() 5083 E1000_WRITE_REG(hw, E1000_ETQF(E1000_ETQF_FILTER_1588), 0); in igb_timesync_disable() 5588 E1000_WRITE_REG(hw, E1000_ETQF(i), in igb_ethertype_filter_restore()
|