Home
last modified time | relevance | path

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

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