Searched refs:check_for_rst (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/e1000/ |
H A D | e1000_mbx.c | 172 if (mbx->ops.check_for_rst) in e1000_check_for_rst() 173 ret_val = mbx->ops.check_for_rst(hw, mbx_id); in e1000_check_for_rst() 314 mbx->ops.check_for_rst = e1000_null_mbx_check_for_flag; in e1000_init_mbx_ops_generic() 552 mbx->ops.check_for_rst = e1000_check_for_rst_vf; in e1000_init_mbx_params_vf() 778 mbx->ops.check_for_rst = e1000_check_for_rst_pf; in e1000_init_mbx_params_pf()
|
H A D | e1000_vf.c | 273 while (!mbx->ops.check_for_rst(hw, 0) && timeout) { in e1000_reset_hw_vf() 550 if (!mbx->ops.check_for_rst(hw, 0) || !mbx->timeout) in e1000_check_for_link_vf()
|
H A D | e1000_vf.h | 236 s32 (*check_for_rst)(struct e1000_hw *, u16); member
|
H A D | e1000_hw.h | 947 s32 (*check_for_rst)(struct e1000_hw *, u16); member
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_mbx.c | 196 if (mbx->ops[mbx_id].check_for_rst) in ixgbe_check_for_rst() 197 ret_val = mbx->ops[mbx_id].check_for_rst(hw, mbx_id); in ixgbe_check_for_rst() 680 mbx->ops[0].check_for_rst = ixgbe_check_for_rst_vf; in ixgbe_init_mbx_params_vf() 711 mbx->ops[0].check_for_rst = ixgbe_check_for_rst_vf; in ixgbe_upgrade_mbx_params_vf() 1116 mbx->ops[vf_id].check_for_rst = ixgbe_check_for_rst_pf; in ixgbe_init_mbx_params_pf_id() 1192 mbx->ops[vf_id].check_for_rst = ixgbe_check_for_rst_pf; in ixgbe_upgrade_mbx_params_pf()
|
H A D | ixgbe_mbx.h | 47 s32 (*check_for_rst)(struct ixgbe_hw *hw, u16 vf_number); member
|
H A D | ixgbe_vf.c | 201 while (!mbx->ops[0].check_for_rst(hw, 0) && timeout) { in ixgbe_reset_hw_vf() 620 if (!mbx->ops[0].check_for_rst(hw, 0) || !mbx->timeout) in ixgbe_check_mac_link_vf()
|
H A D | if_sriov.c | 659 if (hw->mbx.ops[vf->pool].check_for_rst(hw, vf->pool) == 0) in ixgbe_handle_mbx()
|