Searched refs:e1000_null_write_vfta (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/e1000/
H A De1000_mac.h46 void e1000_null_write_vfta(struct e1000_hw *hw, u32 a, u32 b);
H A De1000_mac.c80 mac->ops.write_vfta = e1000_null_write_vfta;
138 * e1000_null_write_vfta - No-op function, return void
141 void e1000_null_write_vfta(struct e1000_hw E1000_UNUSEDARG *hw, function
144 DEBUGFUNC("e1000_null_write_vfta");

Completed in 52 milliseconds