Lines Matching refs:mbx
82 hw->mbx.ops.init_params = e1000_init_mbx_params_vf; in e1000_init_function_pointers_vf()
124 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_reset_hw_vf() local
136 while (!mbx->ops.check_for_rst(hw) && timeout) { in e1000_reset_hw_vf()
143 mbx->timeout = E1000_VF_MBX_INIT_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()
225 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_update_mc_addr_list_vf() local
250 mbx->ops.write_posted(hw, msgbuf, E1000_VFMAILBOX_SIZE); in e1000_update_mc_addr_list_vf()
261 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_set_vfta_vf() local
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()
291 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_rlpml_set_vf() local
297 mbx->ops.write_posted(hw, msgbuf, 2); in e1000_rlpml_set_vf()
308 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_rar_set_vf() local
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()
350 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_check_for_link_vf() local
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()
386 if (!mbx->timeout) { in e1000_check_for_link_vf()