Searched refs:check_for_rst (Results 1 - 10 of 10) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/igb/
H A De1000_mbx.c121 if (mbx->ops.check_for_rst) igb_check_for_rst()
122 ret_val = mbx->ops.check_for_rst(hw, mbx_id); igb_check_for_rst()
433 mbx->ops.check_for_rst = igb_check_for_rst_pf; igb_init_mbx_params_pf()
H A De1000_hw.h499 s32 (*check_for_rst)(struct e1000_hw *, u16); member in struct:e1000_mbx_operations
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_mbx.c124 if (!mbx->ops.check_for_rst) ixgbe_check_for_rst()
127 return mbx->ops.check_for_rst(hw, mbx_id); ixgbe_check_for_rst()
456 .check_for_rst = ixgbe_check_for_rst_pf,
H A Dixgbe_type.h3419 s32 (*check_for_rst)(struct ixgbe_hw *, u16); member in struct:ixgbe_mbx_operations
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.h105 s32 (*check_for_rst)(struct ixgbe_hw *); member in struct:ixgbe_mbx_operations
H A Dvf.c88 while (!mbx->ops.check_for_rst(hw) && timeout) { ixgbevf_reset_hw_vf()
587 if (!mbx->ops.check_for_rst(hw) || !mbx->timeout) ixgbevf_check_mac_link_vf()
H A Dmbx.c346 .check_for_rst = ixgbevf_check_for_rst_vf,
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
H A Dvf.c136 while (!mbx->ops.check_for_rst(hw) && timeout) { e1000_reset_hw_vf()
361 if (!mbx->ops.check_for_rst(hw) || !mbx->timeout) e1000_check_for_link_vf()
H A Dvf.h212 s32 (*check_for_rst)(struct e1000_hw *); member in struct:e1000_mbx_operations
H A Dmbx.c340 mbx->ops.check_for_rst = e1000_check_for_rst_vf; e1000_init_mbx_params_vf()

Completed in 390 milliseconds