Home
last modified time | relevance | path

Searched refs:igc_rar_set (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/igc/
H A Digc_api.h30 int igc_rar_set(struct igc_hw *hw, u8 *addr, u32 index);
H A Digc_api.c392 int igc_rar_set(struct igc_hw *hw, u8 *addr, u32 index) in igc_rar_set() function
H A Dif_igc.c800 igc_rar_set(&adapter->hw, adapter->hw.mac.addr, 0); in igc_if_init()