Home
last modified time | relevance | path

Searched refs:set_obff_timer (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/netif/ig_hal/
HDe1000_api.c985 if (hw->mac.ops.set_obff_timer) in e1000_set_obff_timer()
986 return hw->mac.ops.set_obff_timer(hw, itr); in e1000_set_obff_timer()
HDe1000_hw.h747 s32 (*set_obff_timer)(struct e1000_hw *, u32); member
HDe1000_mac.c72 mac->ops.set_obff_timer = e1000_null_set_obff_timer; in e1000_init_mac_ops_generic()
HDe1000_ich8lan.c821 mac->ops.set_obff_timer = e1000_set_obff_timer_pch_lpt; in e1000_init_mac_params_ich8lan()