Lines Matching defs:mbx
66 struct ixgbe_mbx_info *mbx = &hw->mbx;
77 hw->mbx.ops.init_params(hw);
78 memcpy(&hw->mbx.ops, &ixgbevf_mbx_ops_legacy,
85 while (!mbx->ops.check_for_rst(hw) && timeout) {
94 mbx->timeout = IXGBE_VF_MBX_INIT_TIMEOUT;
705 struct ixgbe_mbx_info *mbx = &hw->mbx;
712 if (!mbx->ops.check_for_rst(hw) || !mbx->timeout)
753 if (mbx->ops.read(hw, &in_msg, 1)) {
767 if (!mbx->timeout) {
796 struct ixgbe_mbx_info *mbx = &hw->mbx;
801 if (!mbx->ops.check_for_rst(hw) || !mbx->timeout)