Searched refs:check_for_rst (Results 1 – 13 of 13) sorted by relevance
| /f-stack/dpdk/drivers/net/e1000/base/ |
| H A D | e1000_mbx.c | 144 if (mbx->ops.check_for_rst) in e1000_check_for_rst() 145 ret_val = mbx->ops.check_for_rst(hw, mbx_id); in e1000_check_for_rst() 286 mbx->ops.check_for_rst = e1000_null_mbx_check_for_flag; in e1000_init_mbx_ops_generic() 529 mbx->ops.check_for_rst = e1000_check_for_rst_vf; in e1000_init_mbx_params_vf() 755 mbx->ops.check_for_rst = e1000_check_for_rst_pf; in e1000_init_mbx_params_pf()
|
| H A D | e1000_vf.c | 246 while (!mbx->ops.check_for_rst(hw, 0) && timeout) { in e1000_reset_hw_vf() 524 if (!mbx->ops.check_for_rst(hw, 0) || !mbx->timeout) in e1000_check_for_link_vf()
|
| H A D | e1000_vf.h | 206 s32 (*check_for_rst)(struct e1000_hw *, u16); member
|
| H A D | e1000_hw.h | 880 s32 (*check_for_rst)(struct e1000_hw *, u16); member
|
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_mbx.c | 114 if (mbx->ops.check_for_rst) in ixgbe_check_for_rst() 115 ret_val = mbx->ops.check_for_rst(hw, mbx_id); in ixgbe_check_for_rst() 488 mbx->ops.check_for_rst = ixgbe_check_for_rst_vf; in ixgbe_init_mbx_params_vf() 733 mbx->ops.check_for_rst = ixgbe_check_for_rst_pf; in ixgbe_init_mbx_params_pf()
|
| H A D | ixgbe_hv_vf.c | 99 if (!mbx->ops.check_for_rst(hw, 0) || !mbx->timeout) in ixgbevf_hv_check_mac_link_vf()
|
| H A D | ixgbe_vf.c | 168 while (!mbx->ops.check_for_rst(hw, 0) && timeout) { in ixgbe_reset_hw_vf() 559 if (!mbx->ops.check_for_rst(hw, 0) || !mbx->timeout) in ixgbe_check_mac_link_vf()
|
| H A D | ixgbe_type.h | 4149 s32 (*check_for_rst)(struct ixgbe_hw *, u16); member
|
| /f-stack/dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_mbx.c | 115 if (mbx->check_for_rst) in txgbe_check_for_rst() 116 ret_val = mbx->check_for_rst(hw, mbx_id); in txgbe_check_for_rst()
|
| H A D | txgbe_type.h | 636 s32 (*check_for_rst)(struct txgbe_hw *hw, u16 mbx_id); member
|
| H A D | txgbe_dummy.h | 653 hw->mbx.check_for_rst = txgbe_mbx_check_for_rst_dummy; in txgbe_init_ops_dummy()
|
| H A D | txgbe_hw.c | 2857 mbx->check_for_rst = txgbe_check_for_rst_pf; in txgbe_init_ops_pf()
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_ethdev.c | 4012 if (!mbx->ops.check_for_rst(hw, 0) || !mbx->timeout) in ixgbevf_check_link()
|