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

/freebsd-9.3-release/sys/dev/e1000/
H A De1000_mac.h46 s32 e1000_null_set_obff_timer(struct e1000_hw *hw, u32 a);
H A De1000_mac.c73 mac->ops.set_obff_timer = e1000_null_set_obff_timer;
154 * e1000_null_set_obff_timer - No-op function, return 0
157 s32 e1000_null_set_obff_timer(struct e1000_hw *hw, u32 a) function
159 DEBUGFUNC("e1000_null_set_obff_timer");

Completed in 46 milliseconds