Lines Matching refs:ops

56 	mac->ops.reset_hw = e1000_reset_hw_vf;  in e1000_init_mac_params_vf()
58 mac->ops.init_hw = e1000_init_hw_vf; in e1000_init_mac_params_vf()
60 mac->ops.check_for_link = e1000_check_for_link_vf; in e1000_init_mac_params_vf()
62 mac->ops.get_link_up_info = e1000_get_link_up_info_vf; in e1000_init_mac_params_vf()
64 mac->ops.update_mc_addr_list = e1000_update_mc_addr_list_vf; in e1000_init_mac_params_vf()
66 mac->ops.rar_set = e1000_rar_set_vf; in e1000_init_mac_params_vf()
68 mac->ops.read_mac_addr = e1000_read_mac_addr_vf; in e1000_init_mac_params_vf()
70 mac->ops.set_vfta = e1000_set_vfta_vf; in e1000_init_mac_params_vf()
81 hw->mac.ops.init_params = e1000_init_mac_params_vf; in e1000_init_function_pointers_vf()
82 hw->mbx.ops.init_params = e1000_init_mbx_params_vf; in e1000_init_function_pointers_vf()
136 while (!mbx->ops.check_for_rst(hw) && timeout) { in e1000_reset_hw_vf()
147 mbx->ops.write_posted(hw, msgbuf, 1); in e1000_reset_hw_vf()
152 ret_val = mbx->ops.read_posted(hw, msgbuf, 3); in e1000_reset_hw_vf()
250 mbx->ops.write_posted(hw, msgbuf, E1000_VFMAILBOX_SIZE); in e1000_update_mc_addr_list_vf()
271 mbx->ops.write_posted(hw, msgbuf, 2); in e1000_set_vfta_vf()
273 err = mbx->ops.read_posted(hw, msgbuf, 2); in e1000_set_vfta_vf()
297 mbx->ops.write_posted(hw, msgbuf, 2); in e1000_rlpml_set_vf()
316 ret_val = mbx->ops.write_posted(hw, msgbuf, 3); in e1000_rar_set_vf()
319 ret_val = mbx->ops.read_posted(hw, msgbuf, 3); in e1000_rar_set_vf()
361 if (!mbx->ops.check_for_rst(hw) || !mbx->timeout) in e1000_check_for_link_vf()
374 if (mbx->ops.read(hw, &in_msg, 1)) in e1000_check_for_link_vf()